.. |
display
|
Some work on the Voodoo Banshee emulation.
|
2018-04-01 16:05:40 +00:00 |
hdimage
|
If the base image of an undoable/volatile mode image has a builtin geometry,
|
2018-03-31 17:07:44 +00:00 |
network
|
Added method to return the PCI device name and improved debug output.
|
2018-02-18 07:41:42 +00:00 |
sound
|
Some work on the i440BX chipset and related changes.
|
2018-03-04 04:53:16 +00:00 |
usb
|
Sector size option implemented in the USB disk code. The sector size value must
|
2018-03-23 19:02:38 +00:00 |
acpi.cc
|
Added more default return values and improved debug output (i/o len).
|
2018-04-02 17:32:51 +00:00 |
acpi.h
|
THe ACPI device can use the base class pci_read_handler().
|
2017-03-27 19:38:37 +00:00 |
biosdev.cc
|
Removed unused argc and argv parameters from plugin init functions.
|
2017-01-28 09:52:09 +00:00 |
biosdev.h
|
|
|
busmouse.cc
|
Cleanups in the Bochs system timer code
|
2017-03-30 18:08:15 +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
|
Started implementing the i440BX PCI/AGP chipset.
|
2018-02-24 18:04:36 +00:00 |
cmos.h
|
Started implementing the i440BX PCI/AGP chipset.
|
2018-02-24 18:04:36 +00:00 |
devices.cc
|
Now ignoring PCI base memory flags (BX_ERROR instead of BX_PANIC). The USB xHCI
|
2018-03-26 20:58:40 +00:00 |
devices.txt
|
Added a new section about Voodoo Graphics usage in the user documenation.
|
2018-02-17 09:10:58 +00:00 |
dma.cc
|
Removed unused argc and argv parameters from plugin init functions.
|
2017-01-28 09:52:09 +00:00 |
dma.h
|
|
|
extfpuirq.cc
|
Removed unused argc and argv parameters from plugin init functions.
|
2017-01-28 09:52:09 +00:00 |
extfpuirq.h
|
|
|
floppy.cc
|
Cleanups in the Bochs system timer code
|
2017-03-30 18:08:15 +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
|
|
|
harddrv.cc
|
Some work on the disk image sector size option based on a patch by Ben Lunt.
|
2018-03-27 17:47:46 +00:00 |
harddrv.h
|
Some work on the disk image sector size option based on a patch by Ben Lunt.
|
2018-03-27 17:47:46 +00:00 |
hpet.cc
|
better way of fixing shift of 1 by 64-bit to avoid integer overflow
|
2017-04-17 20:38:18 +00:00 |
hpet.h
|
Missed the new HPET files.
|
2017-04-17 07:31:08 +00:00 |
ioapic.cc
|
Added method to convert cpu ticks to nanoseconds (required for HPET).
|
2017-04-14 19:35:21 +00:00 |
ioapic.h
|
|
|
iodebug.cc
|
Removed unused argc and argv parameters from plugin init functions.
|
2017-01-28 09:52:09 +00:00 |
iodebug.h
|
|
|
iodev.h
|
Some work on the i440BX chipset and related changes.
|
2018-03-04 04:53:16 +00:00 |
keyboard.cc
|
Moved method release_keys() to the common devices code to make sure this
|
2017-04-22 15:32:07 +00:00 |
keyboard.h
|
Moved method release_keys() to the common devices code to make sure this
|
2017-04-22 15:32:07 +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
|
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
|
Some work on the i440BX chipset and related changes.
|
2018-03-04 04:53:16 +00:00 |
pci2isa.h
|
Started implementing the i440BX PCI/AGP chipset.
|
2018-02-24 18:04:36 +00:00 |
pci_ide.cc
|
Started implementing the i440BX PCI/AGP chipset.
|
2018-02-24 18:04:36 +00:00 |
pci_ide.h
|
Some work on the PCI devices code.
|
2017-03-24 19:57:25 +00:00 |
pci.cc
|
Some work on the i440BX chipset and related changes.
|
2018-03-04 04:53:16 +00:00 |
pci.h
|
Some work on the i440BX chipset and related changes.
|
2018-03-04 04:53:16 +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
|
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
|
Removed unused argc and argv parameters from plugin init functions.
|
2017-01-28 09:52:09 +00:00 |
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
|
Prepared devices and timer code for HPET support
|
2017-04-15 20:31:07 +00:00 |
pit.h
|
Prepared devices and timer code for HPET support
|
2017-04-15 20:31:07 +00:00 |
scancodes.cc
|
|
|
scancodes.h
|
|
|
serial_raw.cc
|
|
|
serial_raw.h
|
|
|
serial.cc
|
Cleanups in the Bochs system timer code
|
2017-03-30 18:08:15 +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
|
|
|
slowdown_timer.h
|
|
|
speaker.cc
|
Fixed possible FPE at high speaker frequencies (beep_samples == 0).
|
2018-01-18 19:00:57 +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
|
|
|
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
|
|
|