Bochs/bochs/iodev
Volker Ruppert 65d2bb11eb Release all pressed keys when the Bochs window gets back the keyboard focus.
- feature implemented in the wxWidgets gui
- feature not required for legacy SDL (releases keys on focus change)
- removed duplicate code in keyboard.cc
- TODO: implement feature in the win32 gui if required
2014-12-27 09:43:05 +00:00
..
display Restore VGA core before the PCI / VBE stuff to avoid crash due to wrong dimension. 2014-12-24 19:44:47 +00:00
hdimage Fixed some warnings. 2014-12-01 17:06:00 +00:00
network Fixed slirp compilation on OpenBSD. 2014-12-25 17:58:26 +00:00
sound Bugfix: use memmove() if source and destination range can overlap (found with valgrind). 2014-12-14 18:53:16 +00:00
usb Fixed some warnings. 2014-12-01 17:06:00 +00:00
acpi.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
acpi.h
biosdev.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
biosdev.h
busmouse.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +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 Rewrite of the virtual timer code to support both modes at the same timer. 2014-10-19 08:54:16 +00:00
cmos.h
devices.cc Load floppy plugin after the display plugin and simplified related init gui code. 2014-05-26 17:04:02 +00:00
devices.txt Renamed "slirp_new" to "slirp" (source file, symbols, classes, docs) 2014-04-02 17:38:09 +00:00
dma.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
dma.h
extfpuirq.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
extfpuirq.h
floppy.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
floppy.h
gameport.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
gameport.h
harddrv.cc Re-enable "bulk I/O" repeat speedups extension that has been accidently disabled 2014-12-16 02:26:55 +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 Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
ioapic.h
iodebug.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
iodebug.h
iodev.h Release all pressed keys when the simulation window gets back the keyboard 2014-12-26 20:25:27 +00:00
keyboard.cc Release all pressed keys when the Bochs window gets back the keyboard focus. 2014-12-27 09:43:05 +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 Some fixes for plugin support with VS2013Ex 2014-07-26 06:54:34 +00:00
parallel.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
parallel.h
pci2isa.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
pci2isa.h
pci_ide.cc Bugfix: use memmove() if source and destination range can overlap (found with valgrind). 2014-12-14 18:53:16 +00:00
pci_ide.h Seek delay implemented for ATA/ATAPI DMA read commands 2014-01-19 18:13:12 +00:00
pci.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
pci.h
pcidev.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
pcidev.h
pic.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
pic.h
pit82c54.cc
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 Fixed some other overlapping memcpy() issues. 2014-12-16 02:26:00 +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
speaker.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
speaker.h
unmapped.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
unmapped.h
virt_timer.cc Fixed some more C++11 warnings. 2014-12-18 17:52:40 +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