Bochs/bochs/iodev
Volker Ruppert c1c158c0a2 Added support for changing output file at runtime.
TODO: Do the same for the serial port 'file' mode and the USB printer.
2017-01-26 20:23:13 +00:00
..
display Added Android host platform support to Bochs based on SF patch #534. 2016-08-12 17:06:14 +00:00
hdimage Added macro BX_FATAL() that works like BX_PANIC(), but with hardcoded action 2016-12-30 10:04:06 +00:00
network Added macro BX_FATAL() that works like BX_PANIC(), but with hardcoded action 2016-12-30 10:04:06 +00:00
sound Added Android host platform support to Bochs based on SF patch #534. 2016-08-12 17:06:14 +00:00
usb Some changes in the USB xHCI device 2016-12-26 08:07:32 +00:00
acpi.cc Simplified immediate shutdown code by using BX_FATAL. 2017-01-24 21:52:19 +00:00
acpi.h
biosdev.cc
biosdev.h
busmouse.cc Added standard bus mouse support and inproved existing InPort mouse support 2016-03-31 17:24:34 +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 Extended functionality of class bx_shadow_data_c to simplify saving small byte 2015-10-05 18:09:58 +00:00
cmos.h
devices.cc Added standard bus mouse support and inproved existing InPort mouse support 2016-03-31 17:24:34 +00:00
devices.txt Preparing Bochs release 2.6.8 2015-05-03 06:36:30 +00:00
dma.cc Extended functionality of class bx_shadow_data_c to simplify saving small byte 2015-10-05 18:09:58 +00:00
dma.h
extfpuirq.cc
extfpuirq.h
floppy.cc Extended functionality of class bx_shadow_data_c to simplify saving small byte 2015-10-05 18:09:58 +00:00
floppy.h Implemented unregister mechanism for runtime config handlers. 2015-08-23 07:04:56 +00:00
gameport.cc Added Android host platform support to Bochs based on SF patch #534. 2016-08-12 17:06:14 +00:00
gameport.h
harddrv.cc Added macro BX_FATAL() that works like BX_PANIC(), but with hardcoded action 2016-12-30 10:04:06 +00:00
harddrv.h Implemented unregister mechanism for runtime config handlers. 2015-08-23 07:04:56 +00:00
ioapic.cc
ioapic.h
iodebug.cc fixed %d->%u format found by cppcheck (patch by Maxim Derbasov) 2015-01-25 21:24:13 +00:00
iodebug.h
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 Simplified register_state() for for small byte arrays in remaining i/o devices. 2015-10-06 18:20:16 +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 Added support for changing output file at runtime. 2017-01-26 20:23:13 +00:00
parallel.h Added support for changing output file at runtime. 2017-01-26 20:23:13 +00:00
pci2isa.cc Checking the presence of the ACPI plugin makes the error message work again. 2017-01-15 13:31:11 +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 Fixed PCI IDE controller DMA start (found with a recent Linux version: 2015-05-05 20:10:43 +00:00
pci_ide.h
pci.cc
pci.h
pcidev.cc
pcidev.h
pic.cc
pic.h
pit82c54.cc fixed %d->%u format found by cppcheck (patch by Maxim Derbasov) 2015-01-25 21:24:13 +00:00
pit82c54.h
pit.cc Fixed some warnings. 2014-12-01 17:06:00 +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
scancodes.h
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 Small changes in serial loopback mode 2016-11-23 16:42:22 +00:00
serial.h
slowdown_timer.cc
slowdown_timer.h
speaker.cc Fixed compilation error caused by #endif location. 2015-03-16 18:28:29 +00:00
speaker.h Moved speaker beep generator to the speaker code. 2015-02-16 08:48:11 +00:00
unmapped.cc Simplified immediate shutdown code by using BX_FATAL. 2017-01-24 21:52:19 +00:00
unmapped.h
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