Bochs/bochs/iodev/sound
Volker Ruppert 0e73185efd Moved wave output support to a separate C++ class. The lowlevel sound module
creates the object and returns a pointer to it. TODO: The wavein and midiout
components should also move to separate classes. When finished, it should be
possible to configure the sound support more detailed (e.g. waveout with sdl,
midiout with alsa and the dummy driver for wavein). Creating a separate
module for the output to file(s) is also possible.
2015-02-13 11:30:46 +00:00
..
es1370.cc Moved wave output support to a separate C++ class. The lowlevel sound module 2015-02-13 11:30:46 +00:00
es1370.h Moved wave output support to a separate C++ class. The lowlevel sound module 2015-02-13 11:30:46 +00:00
Makefile.in Ported OPL3 emulation from DOSBox. 2015-01-12 21:20:18 +00:00
opl.cc Some work on the Bochs sound support. 2015-01-22 20:28:14 +00:00
opl.h Some work on the Bochs sound support. 2015-01-22 20:28:14 +00:00
sb16.cc Moved wave output support to a separate C++ class. The lowlevel sound module 2015-02-13 11:30:46 +00:00
sb16.h Moved wave output support to a separate C++ class. The lowlevel sound module 2015-02-13 11:30:46 +00:00
soundalsa.cc Moved wave output support to a separate C++ class. The lowlevel sound module 2015-02-13 11:30:46 +00:00
soundalsa.h Moved wave output support to a separate C++ class. The lowlevel sound module 2015-02-13 11:30:46 +00:00
soundlnx.cc Moved wave output support to a separate C++ class. The lowlevel sound module 2015-02-13 11:30:46 +00:00
soundlnx.h Moved wave output support to a separate C++ class. The lowlevel sound module 2015-02-13 11:30:46 +00:00
soundlow.cc Moved wave output support to a separate C++ class. The lowlevel sound module 2015-02-13 11:30:46 +00:00
soundlow.h Moved wave output support to a separate C++ class. The lowlevel sound module 2015-02-13 11:30:46 +00:00
soundmod.cc Moved wave output support to a separate C++ class. The lowlevel sound module 2015-02-13 11:30:46 +00:00
soundmod.h Moved wave output support to a separate C++ class. The lowlevel sound module 2015-02-13 11:30:46 +00:00
soundosx.cc Moved wave output support to a separate C++ class. The lowlevel sound module 2015-02-13 11:30:46 +00:00
soundosx.h Moved wave output support to a separate C++ class. The lowlevel sound module 2015-02-13 11:30:46 +00:00
soundsdl.cc Moved wave output support to a separate C++ class. The lowlevel sound module 2015-02-13 11:30:46 +00:00
soundsdl.h Moved wave output support to a separate C++ class. The lowlevel sound module 2015-02-13 11:30:46 +00:00
soundwin.cc Moved wave output support to a separate C++ class. The lowlevel sound module 2015-02-13 11:30:46 +00:00
soundwin.h Moved wave output support to a separate C++ class. The lowlevel sound module 2015-02-13 11:30:46 +00:00