Bochs/bochs/iodev
2017-02-18 11:13:56 +00:00
..
display Fixed display in 8 bpp modes with doublescan enabled (fixes "Doom" on Win95). 2017-02-07 17:02:52 +00:00
hdimage Changed a lot of malloc() / free() calls to C++ style new / delete. 2017-02-18 11:13:56 +00:00
network Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
sound Changed a lot of malloc() / free() calls to C++ style new / delete. 2017-02-18 11:13:56 +00:00
usb Added support for changing the USB printer output file at runtime. 2017-01-29 08:48:08 +00:00
acpi.cc Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
acpi.h - moved pci_conf array as a protected member to the PCI device stub class (exists in all PCI devices) 2011-06-23 15:56:02 +00:00
biosdev.cc Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
biosdev.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
busmouse.cc Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
busmouse.h Added standard bus mouse support and inproved existing InPort mouse support 2016-03-31 17:24:34 +00:00
cmos.cc Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
cmos.h - added new parameter 'rtc_sync' for the 'clock' option. If this option is 2012-05-15 17:03:45 +00:00
devices.cc Implemented Bochs BIOS option "fastboot" for skipping the boot menu delay. 2017-02-16 21:43:52 +00:00
devices.txt Updated devices tree. 2017-02-01 22:03:38 +00:00
dma.cc Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
dma.h - added the capability to transfer more then one byte per ISA DMA cycle. 2012-07-12 21:20:46 +00:00
extfpuirq.cc Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
extfpuirq.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
floppy.cc Abort "format track" command if cylinder is out of range to avoid resizing 2017-02-15 22:27:34 +00:00
floppy.h Implemented unregister mechanism for runtime config handlers. 2015-08-23 07:04:56 +00:00
gameport.cc Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
gameport.h - implemented gameport (joystick) presence control by external device and use 2011-03-31 16:54:06 +00:00
harddrv.cc Implemented Bochs BIOS option "fastboot" for skipping the boot menu delay. 2017-02-16 21:43:52 +00:00
harddrv.h Implemented unregister mechanism for runtime config handlers. 2015-08-23 07:04:56 +00:00
ioapic.cc Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
ioapic.h added IOAPIC control from the PIIX3 (enable /disable and address relocation) 2012-11-25 19:06:03 +00:00
iodebug.cc Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
iodebug.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
iodev.h fixed warnings and errors which pop up when compiling Bochs with TRUE bool as boolean type instead of Bit32u 2016-06-01 20:29:44 +00:00
keyboard.cc Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
keyboard.h Release all pressed keys when the simulation window gets back the keyboard 2014-12-26 20:25:27 +00:00
Makefile.in Added Android host platform support to Bochs based on SF patch #534. 2016-08-12 17:06:14 +00:00
parallel.cc Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
parallel.h Try opening output file only once to avoid flooding log file. 2017-01-27 16:53:59 +00:00
pci2isa.cc Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
pci2isa.h Fixed IRQ sharing for multi-function PCI devices and removed workaround in the 2015-11-28 10:24:22 +00:00
pci_ide.cc Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
pci_ide.h Seek delay implemented for ATA/ATAPI DMA read commands 2014-01-19 18:13:12 +00:00
pci.cc Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
pci.h i430FX: set up DRB address registers depending on memory size 2013-01-25 15:52:39 +00:00
pcidev.cc Changed a lot of malloc() / free() calls to C++ style new / delete. 2017-02-18 11:13:56 +00:00
pcidev.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
pic.cc Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
pic.h - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
pit82c54.cc fixed %d->%u format found by cppcheck (patch by Maxim Derbasov) 2015-01-25 21:24:13 +00:00
pit82c54.h Some PC speaker output fixes 2013-06-14 19:08:51 +00:00
pit.cc Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
pit.h Rewrite of the virtual timer code to support both modes at the same timer. 2014-10-19 08:54:16 +00:00
scancodes.cc Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
scancodes.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
serial_raw.cc Attempt to fix the win32 raw serial receive support using a critical section 2014-12-23 17:13:29 +00:00
serial_raw.h Attempt to fix the win32 raw serial receive support using a critical section 2014-12-23 17:13:29 +00:00
serial.cc Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
serial.h Serial 'file' mode: added support for changing output file at runtime. 2017-01-27 16:20:04 +00:00
slowdown_timer.cc Added / modified device log prefixes 2013-12-29 12:56:52 +00:00
slowdown_timer.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
speaker.cc Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
speaker.h Moved speaker beep generator to the speaker code. 2015-02-16 08:48:11 +00:00
unmapped.cc Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
unmapped.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
virt_timer.cc fixed %d->%u format found by cppcheck (patch by Maxim Derbasov) 2015-01-25 21:24:13 +00:00
virt_timer.h Rewrite of the virtual timer code to support both modes at the same timer. 2014-10-19 08:54:16 +00:00