Bochs/bochs/iodev
2014-04-04 19:14:32 +00:00
..
display Fixed some MSVC warnings 2014-01-25 17:07:10 +00:00
hdimage Fixed timestamp of "growing" mode base images with an "undoable" redolog. 2014-04-04 19:14:32 +00:00
network Removed default constructor and initialize member in the specific one (fixes 2014-04-04 18:44:57 +00:00
sound Define WIN32_LEAN_AND_MEAN to make using Winsock2 possible (for vncsrv and slirp). 2014-02-15 00:23:36 +00:00
usb Restore code for SCSI requests implemented. 2014-01-31 18:49:10 +00:00
acpi.cc Added new method for the init of the readonly registers in the PCI config space 2013-12-30 22:39:21 +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 Added / modified device log prefixes 2013-12-29 12:56:52 +00:00
biosdev.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
busmouse.cc Rewrite of the MS busmouse support to make it work with DOS and Win95 drivers. 2013-12-27 17:47:44 +00:00
busmouse.h Rewrite of the MS busmouse support to make it work with DOS and Win95 drivers. 2013-12-27 17:47:44 +00:00
cmos.cc - remove registered device state in destructor (fixes crash on Bochs exit with 2012-08-19 08:16:20 +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 Added new method for the init of the readonly registers in the PCI config space 2013-12-30 22:39:21 +00:00
devices.txt Renamed "slirp_new" to "slirp" (source file, symbols, classes, docs) 2014-04-02 17:38:09 +00:00
dma.cc - remove registered device state in destructor (fixes crash on Bochs exit with 2012-08-19 08:16:20 +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 Added / modified device log prefixes 2013-12-29 12:56:52 +00:00
extfpuirq.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
floppy.cc Fixed some MSVC warnings 2014-01-25 17:07:10 +00:00
floppy.h - turn on status bar LEDs after restore if necessary 2012-10-03 09:09:04 +00:00
gameport.cc Define WIN32_LEAN_AND_MEAN to make using Winsock2 possible (for vncsrv and slirp). 2014-02-15 00:23:36 +00:00
gameport.h - implemented gameport (joystick) presence control by external device and use 2011-03-31 16:54:06 +00:00
harddrv.cc Cleaned up disk sector offset variables used for the seek latency feature. Now 2014-03-11 18:29:32 +00:00
harddrv.h Cleaned up disk sector offset variables used for the seek latency feature. Now 2014-03-11 18:29:32 +00:00
ioapic.cc Added symbol BX_NULL_PREFIX and fixed textconfig log options table. 2013-12-31 09:20:08 +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 - don't panic in debugger if the iodebug plugin is not loaded 2012-04-19 18:03:13 +00:00
iodebug.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
iodev.h Seek delay implemented for ATA/ATAPI DMA read commands 2014-01-19 18:13:12 +00:00
keyboard.cc Keyboard code cleanup 2013-12-28 12:00:19 +00:00
keyboard.h - prepared support for sending absolute x/y values from the gui to the mouse emulation 2012-06-21 17:33:37 +00:00
Makefile.in Configure script and config.h.in reorganization: put all device-related config 2014-03-23 12:00:58 +00:00
parallel.cc Several parameter-related improvements in the serial and parallel code 2013-12-01 18:26:37 +00:00
parallel.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
pci2isa.cc Added new method for the init of the readonly registers in the PCI config space 2013-12-30 22:39:21 +00:00
pci2isa.h PCI register behaviour fixes (PIIX/PIIX3) 2012-11-16 16:59:58 +00:00
pci_ide.cc Seek delay implemented for ATA/ATAPI DMA read commands 2014-01-19 18:13:12 +00:00
pci_ide.h Seek delay implemented for ATA/ATAPI DMA read commands 2014-01-19 18:13:12 +00:00
pci.cc Added new method for the init of the readonly registers in the PCI config space 2013-12-30 22:39:21 +00:00
pci.h i430FX: set up DRB address registers depending on memory size 2013-01-25 15:52:39 +00:00
pcidev.cc Added symbol BX_NULL_PREFIX and fixed textconfig log options table. 2013-12-31 09:20:08 +00:00
pcidev.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
pic.cc some cleanups and optimizations with new event interface 2012-10-03 15:49:45 +00:00
pic.h - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
pit82c54.cc Some PC speaker output fixes 2013-06-14 19:08:51 +00:00
pit82c54.h Some PC speaker output fixes 2013-06-14 19:08:51 +00:00
pit.cc Some PC speaker output fixes 2013-06-14 19:08:51 +00:00
pit.h Some PC speaker output fixes 2013-06-14 19:08:51 +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 Added / modified device log prefixes 2013-12-29 12:56:52 +00:00
serial_raw.h cleaned up serial mode handling and some other minor changes 2013-02-23 15:15:59 +00:00
serial.cc Switch to Winsock2 library for all Windows cases 2014-02-15 12:18:15 +00:00
serial.h Rewrite of the mouse data handling (similar to the bus / usb mouse code) 2014-01-26 13:48:10 +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 Added / modified device log prefixes 2013-12-29 12:56:52 +00:00
speaker.h Added new bochsrc option to control the speaker output mode. The choices 'sound' 2013-06-16 18:52:34 +00:00
unmapped.cc Added / modified device log prefixes 2013-12-29 12:56:52 +00:00
unmapped.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
virt_timer.cc Added / modified device log prefixes 2013-12-29 12:56:52 +00:00
virt_timer.h - removed unused case with virtual timer support disabled 2012-05-17 09:11:48 +00:00