Bochs/bochs/iodev
Volker Ruppert 89522c30d8 Some more bx_bool to bool type changes.
- bx_shadow_bool_c: removed unused bitnum feature and changed data type.
- Changed return type of memory handlers to bool.
- Modified virtual timer, PIC and PIT code.
2021-01-30 23:55:24 +00:00
..
display Some more bx_bool to bool type changes. 2021-01-30 23:55:24 +00:00
hdimage Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
network Some more bx_bool to bool type changes. 2021-01-30 23:55:24 +00:00
sound Save/restore: now using the macro BXRS_PARAM_BOOL in all devices. 2021-01-30 21:59:15 +00:00
usb Some more bx_bool to bool type changes. 2021-01-30 23:55:24 +00:00
acpi.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
acpi.h Some small changes in the PM register handling. No functional change. 2020-10-10 16:09:58 +00:00
biosdev.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
biosdev.h
busmouse.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
busmouse.h
cmos.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
cmos.h Don't report BX_ERROR when writing an unsupprted to shutdown status register 2020-10-11 18:47:21 +00:00
devices.cc Since externally developed optional device plugins (AKA "user plugins") can be 2021-01-24 10:16:22 +00:00
devices.txt Some work on the Bochs plugins support. 2021-01-02 20:49:39 +00:00
dma.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
dma.h
extfpuirq.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
extfpuirq.h
floppy.cc Save/restore: now using the macro BXRS_PARAM_BOOL in all devices. 2021-01-30 21:59:15 +00:00
floppy.h Simplified floppy / cdrom toolbar button handlers and related cleanups. 2020-12-12 12:32:26 +00:00
gameport.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
gameport.h
harddrv.cc Save/restore: now using the macro BXRS_PARAM_BOOL in all devices. 2021-01-30 21:59:15 +00:00
harddrv.h Simplified floppy / cdrom toolbar button handlers and related cleanups. 2020-12-12 12:32:26 +00:00
hpet.cc Some more bx_bool to bool type changes. 2021-01-30 23:55:24 +00:00
hpet.h Fixed some HPET issues with a patch by Oleg. The following tests are passed now: 2019-12-17 17:40:30 +00:00
ioapic.cc Some more bx_bool to bool type changes. 2021-01-30 23:55:24 +00:00
ioapic.h convert some defines to typed consts 2021-01-30 17:06:34 +00:00
iodebug.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
iodebug.h
iodev.h Some more bx_bool to bool type changes. 2021-01-30 23:55:24 +00:00
keyboard.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
keyboard.h Moved paste feature and keyboard / mouse runtime handlers to the devices code. 2020-12-19 11:00:36 +00:00
Makefile.in Added initial version of the High Precision Event Timer (HPET) ported from Qemu. 2017-04-17 07:26:00 +00:00
parallel.cc Save/restore: now using the macro BXRS_PARAM_BOOL in all devices. 2021-01-30 21:59:15 +00:00
parallel.h
pci2isa.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
pci2isa.h Unified code for mapping PCI slot to device number. By default the first slot 2020-12-01 19:47:27 +00:00
pci_ide.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
pci_ide.h Some work on the PCI devices code. 2017-03-24 19:57:25 +00:00
pci.cc Some more bx_bool to bool type changes. 2021-01-30 23:55:24 +00:00
pci.h Some more bx_bool to bool type changes. 2021-01-30 23:55:24 +00:00
pcidev.cc Some Bochs plugins support and VGA extension option changes. 2021-01-27 20:06:02 +00:00
pcidev.h Renamed bx_pci_device_stub_c to bx_pci_device_c and derive it now from class 2017-03-26 08:09:28 +00:00
pic.cc Some more bx_bool to bool type changes. 2021-01-30 23:55:24 +00:00
pic.h Some more bx_bool to bool type changes. 2021-01-30 23:55:24 +00:00
pit82c54.cc Some more bx_bool to bool type changes. 2021-01-30 23:55:24 +00:00
pit82c54.h Some more bx_bool to bool type changes. 2021-01-30 23:55:24 +00:00
pit.cc Some more bx_bool to bool type changes. 2021-01-30 23:55:24 +00:00
pit.h Some more bx_bool to bool type changes. 2021-01-30 23:55:24 +00:00
scancodes.cc remove gui.h from bochs.h and include it only where required 2021-01-30 18:47:25 +00:00
scancodes.h
serial_raw.cc
serial_raw.h
serial.cc Save/restore: now using the macro BXRS_PARAM_BOOL in all devices. 2021-01-30 21:59:15 +00:00
serial.h
slowdown_timer.cc remove siminterface.h from bochs.h and include it only where required 2021-01-30 19:40:18 +00:00
slowdown_timer.h
speaker.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
speaker.h Added PC speaker volume control for the lowlevel sound support. 2020-06-21 09:08:05 +00:00
unmapped.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
unmapped.h
virt_timer.cc Some more bx_bool to bool type changes. 2021-01-30 23:55:24 +00:00
virt_timer.h Some more bx_bool to bool type changes. 2021-01-30 23:55:24 +00:00