Bochs/bochs/iodev
Volker Ruppert 43033b2137 Some changes for the Bochs VBE support.
- Limit VBE bank size to 64k as expected.
- Enabling VBE mode now clears the whole video memory for all bpp modes unless
  "noclear" bit is set.
- Prepared 32k bank granularity mode required for text output functions. Added
  new VBE_DISPI_ID6 to indicate this capability. The default is still 64k.
2021-05-21 20:49:34 +00:00
..
display Some changes for the Bochs VBE support. 2021-05-21 20:49:34 +00:00
hdimage Fixed some issues reported by valgrind. 2021-04-18 17:20:41 +00:00
network Makefile dependency updates 2021-03-13 09:54:06 +00:00
sound Makefile dependency updates 2021-03-13 09:54:06 +00:00
usb Added USB packet logging support in PCAP format (patch #560 by Ben Lunt). 2021-04-17 18:57:05 +00:00
acpi.cc Some cleanups in the plugins code. 2021-03-07 16:01:39 +00:00
acpi.h Changed bx_bool to bool type in a bunch of devices. 2021-01-31 10:50:53 +00:00
biosdev.cc Some changes in the Bochs plugins code. 2021-02-26 20:37:49 +00:00
biosdev.h Changed bx_bool to bool type in a bunch of devices. 2021-01-31 10:50:53 +00:00
busmouse.cc Some changes in the Bochs plugins code. 2021-02-26 20:37:49 +00:00
busmouse.h Changed bx_bool to bool type in a bunch of devices. 2021-01-31 10:50:53 +00:00
cmos.cc Some cleanups in the plugins code. 2021-03-07 16:01:39 +00:00
cmos.h Changed bx_bool to bool type in a bunch of devices. 2021-01-31 10:50:53 +00:00
devices.cc Some more cleanup in the plugins code. 2021-04-03 18:26:03 +00:00
devices.txt Renamed usb_cbi plugin to usb_floppy (including changes of source file names 2021-02-18 15:03:05 +00:00
dma.cc Some changes in the Bochs plugins code. 2021-02-26 20:37:49 +00:00
dma.h Changed bx_bool to bool type in a bunch of devices. 2021-01-31 10:50:53 +00:00
extfpuirq.cc Some changes in the Bochs plugins code. 2021-02-26 20:37:49 +00:00
extfpuirq.h
floppy.cc Fixed floppy format track handling. After introducing the DMA optimization it 2021-03-21 20:53:48 +00:00
floppy.h Changed parameter handler argument "set" type to bool. 2021-02-19 13:13:42 +00:00
gameport.cc Some changes in the Bochs plugins code. 2021-02-26 20:37:49 +00:00
gameport.h Changed bx_bool to bool type in a bunch of devices. 2021-01-31 10:50:53 +00:00
harddrv.cc Some changes in the Bochs plugins code. 2021-02-26 20:37:49 +00:00
harddrv.h Changed parameter handler argument "set" type to bool. 2021-02-19 13:13:42 +00:00
hpet.cc Fixed some issues reported by valgrind. 2021-04-18 17:20:41 +00:00
hpet.h Changed bx_bool to bool type in a bunch of devices. 2021-01-31 10:50:53 +00:00
ioapic.cc Fixed some issues reported by valgrind. 2021-04-18 17:20:41 +00:00
ioapic.h Changed bx_bool to bool type in a bunch of devices. 2021-01-31 10:50:53 +00:00
iodebug.cc Some changes in the Bochs plugins code. 2021-02-26 20:37:49 +00:00
iodebug.h
iodev.h Changed parameter handler argument "set" type to bool. 2021-02-19 13:13:42 +00:00
keyboard.cc Some changes in the Bochs plugins code. 2021-02-26 20:37:49 +00:00
keyboard.h Changed bx_bool to bool type in a bunch of devices. 2021-01-31 10:50:53 +00:00
Makefile.in Makefile dependency updates 2021-03-13 09:54:06 +00:00
parallel.cc Some config option changes. 2021-03-07 11:54:50 +00:00
parallel.h Changed parameter handler argument "set" type to bool. 2021-02-19 13:13:42 +00:00
pci2isa.cc Some changes in the Bochs plugins code. 2021-02-26 20:37:49 +00:00
pci2isa.h Changed bx_bool to bool type in iodev.h and affected code. 2021-01-31 08:22:55 +00:00
pci_ide.cc Some changes in the Bochs plugins code. 2021-02-26 20:37:49 +00:00
pci_ide.h Changed bx_bool to bool type in a bunch of devices. 2021-01-31 10:50:53 +00:00
pci.cc Some changes in the Bochs plugins code. 2021-02-26 20:37:49 +00:00
pci.h Changed bx_bool to bool type in a bunch of devices. 2021-01-31 10:50:53 +00:00
pcidev.cc Fixed compilation with PCI host device mapping support enabled. Since a plugin 2021-03-26 18:41:28 +00:00
pcidev.h
pic.cc Get rid of the code duplication in the PIC write handler. 2021-04-03 16:44:19 +00:00
pic.h Started reducing PIC code duplication and some cleanups. 2021-04-02 19:01:37 +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 changes in the Bochs plugins code. 2021-02-26 20:37:49 +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 Changed bx_bool to bool type in a bunch of devices. 2021-01-31 10:50:53 +00:00
serial_raw.h Changed bx_bool to bool type in a bunch of devices. 2021-01-31 10:50:53 +00:00
serial.cc Some config option changes. 2021-03-07 11:54:50 +00:00
serial.h Changed parameter handler argument "set" type to bool. 2021-02-19 13:13:42 +00:00
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 Some textconfig related changes. 2021-03-14 09:52:15 +00:00
speaker.h Changed bx_bool to bool type in a bunch of devices. 2021-01-31 10:50:53 +00:00
unmapped.cc Added port 0xE9 hack switch to runtime options. 2021-05-11 14:42:31 +00:00
unmapped.h Added port 0xE9 hack switch to runtime options. 2021-05-11 14:42:31 +00:00
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