Bochs/bochs/iodev
Volker Ruppert fb265dc532 Ported OPL3 emulation from DOSBox.
The code currently only works with the SDL sound output module and at 44100 Hz,
with 16 bit stereo signed little endian format. FM volume control and
save/restore support are not implemented yet. The legacy code for generating
MIDI notes still works and will be removed when mixing support is implemented
in all sound modules.
2015-01-12 21:20:18 +00:00
..
display Now build rules for all gui and device plugins supported by MSVC nmake depend 2014-12-28 19:13:02 +00:00
hdimage fixed problems found by cppcheck tool (patch by Maxim Derbasov) 2015-01-03 13:53:52 +00:00
network fixed problems found by cppcheck tool (patch by Maxim Derbasov) 2015-01-03 13:53:52 +00:00
sound Ported OPL3 emulation from DOSBox. 2015-01-12 21:20:18 +00:00
usb Now build rules for all gui and device plugins supported by MSVC nmake depend 2014-12-28 19:13:02 +00:00
acpi.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
acpi.h - moved pci_conf array as a protected member to the PCI device stub class (exists in all PCI devices) 2011-06-23 15:56:02 +00:00
biosdev.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
biosdev.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
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 - added new parameter 'rtc_sync' for the 'clock' option. If this option is 2012-05-15 17:03:45 +00:00
devices.cc fixed problems found by cppcheck tool (patch by Maxim Derbasov) - second round 2015-01-07 16:17:40 +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 - added the capability to transfer more then one byte per ISA DMA cycle. 2012-07-12 21:20:46 +00:00
extfpuirq.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
extfpuirq.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
floppy.cc Applied some parts of the floppy patch by Ben Lunt. 2015-01-12 18:52:39 +00:00
floppy.h - turn on status bar LEDs after restore if necessary 2012-10-03 09:09:04 +00:00
gameport.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
gameport.h - implemented gameport (joystick) presence control by external device and use 2011-03-31 16:54:06 +00:00
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 added IOAPIC control from the PIIX3 (enable /disable and address relocation) 2012-11-25 19:06:03 +00:00
iodebug.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
iodebug.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
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 Now build rules for all gui and device plugins supported by MSVC nmake depend 2014-12-28 19:13:02 +00:00
parallel.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
parallel.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
pci2isa.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
pci2isa.h PCI register behaviour fixes (PIIX/PIIX3) 2012-11-16 16:59:58 +00:00
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 i430FX: set up DRB address registers depending on memory size 2013-01-25 15:52:39 +00:00
pcidev.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
pcidev.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
pic.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
pic.h - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
pit82c54.cc Some PC speaker output fixes 2013-06-14 19:08:51 +00:00
pit82c54.h Some PC speaker output fixes 2013-06-14 19:08:51 +00:00
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 Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
scancodes.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
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 Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
speaker.cc fixed problems found by cppcheck tool (patch by Maxim Derbasov) - second round 2015-01-07 16:17:40 +00:00
speaker.h Added new bochsrc option to control the speaker output mode. The choices 'sound' 2013-06-16 18:52:34 +00:00
unmapped.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
unmapped.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
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