Bochs/bochs/iodev/sound
Volker Ruppert c7c92bb62b Fixed OPL chip detection.
- Increment timer counter before checking for overflow.
- Implemented ISA bus delay in the pc_system code and use it for the SB16.
  This makes OPL chip detection work at ips values > 4 Mips.
TODO: OPL chip should use wave output instead of MIDI (maybe port from DOSBox).
TODO: Use isa_bus_delay() for other legacy devices if required.
2014-12-31 12:27:32 +00:00
..
es1370.cc Moved sources of the sound lowlevel base class ('dummy' driver) to separate files. 2014-11-24 18:25:14 +00:00
es1370.h Added volume control support per channel for stereo samples 2013-12-15 17:09:18 +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
sb16.cc Fixed OPL chip detection. 2014-12-31 12:27:32 +00:00
sb16.h Added volume control support per channel for stereo samples 2013-12-15 17:09:18 +00:00
soundalsa.cc Bugfix: use memmove() if source and destination range can overlap (found with valgrind). 2014-12-14 18:53:16 +00:00
soundalsa.h Minor changes in the sound lowlevel code. 2014-11-21 23:03:19 +00:00
soundlnx.cc Moved sources of the sound lowlevel base class ('dummy' driver) to separate files. 2014-11-24 18:25:14 +00:00
soundlnx.h Minor changes in the sound lowlevel code. 2014-11-21 23:03:19 +00:00
soundlow.cc Moved sources of the sound lowlevel base class ('dummy' driver) to separate files. 2014-11-24 18:25:14 +00:00
soundlow.h Moved sources of the sound lowlevel base class ('dummy' driver) to separate files. 2014-11-24 18:25:14 +00:00
soundmod.cc Moved sources of the sound lowlevel base class ('dummy' driver) to separate files. 2014-11-24 18:25:14 +00:00
soundmod.h Moved sources of the sound lowlevel base class ('dummy' driver) to separate files. 2014-11-24 18:25:14 +00:00
soundosx.cc Moved sources of the sound lowlevel base class ('dummy' driver) to separate files. 2014-11-24 18:25:14 +00:00
soundosx.h Added global sound control option in bochsrc and config interface 2013-06-24 19:19:12 +00:00
soundsdl.cc Moved sources of the sound lowlevel base class ('dummy' driver) to separate files. 2014-11-24 18:25:14 +00:00
soundsdl.h Continued preparing Bochs for SDL2 support 2014-06-23 19:37:58 +00:00
soundwin.cc Moved sources of the sound lowlevel base class ('dummy' driver) to separate files. 2014-11-24 18:25:14 +00:00
soundwin.h Define WIN32_LEAN_AND_MEAN to make using Winsock2 possible (for vncsrv and slirp). 2014-02-15 00:23:36 +00:00