Bochs/bochs/iodev/sound
Volker Ruppert db633275b0 - several improvements to the optional plugin control
- SIM->opt_plugin_ctrl() now can be used to verify the optional plugin
    configuration when using the plugin name "*". The 'load' value 1 makes
    sure that all plugins with the value 1 are loaded. The 'load' value 0
    unloads all plugin with the value 0 (marked for removal).
  - add the default set of plugins to the 'plugin_ctrl' list and load all these
    pre-defined optional plugins before parsing the configuration.
  - special wx case: verify plugin configuration before showing the plugin
    control dialog and before initialising hardware.
  - device plugins that have been loaded, but not configured now set their
    plugin control value to 0. Added the plugin unload check before signalling reset.
2012-07-06 17:19:32 +00:00
..
es1370.cc - several improvements to the optional plugin control 2012-07-06 17:19:32 +00:00
es1370.h - moved the sound stuff to the new subdirectory iodev/sound 2012-01-15 07:52:04 +00:00
Makefile.in - makefile fixes in the iodev subdirs related to SF bug #3459998 2012-03-12 21:10:44 +00:00
sb16.cc - several improvements to the optional plugin control 2012-07-06 17:19:32 +00:00
sb16.h - moved the sound stuff to the new subdirectory iodev/sound 2012-01-15 07:52:04 +00:00
soundlnx.cc - moved the sound stuff to the new subdirectory iodev/sound 2012-01-15 07:52:04 +00:00
soundlnx.h - added method to return the type of the lowlevel sound module and use it to 2012-06-08 20:49:39 +00:00
soundmod.cc - added SDL sound support (wave output only) 2012-06-09 10:12:05 +00:00
soundmod.h - added SDL sound support (wave output only) 2012-06-09 10:12:05 +00:00
soundosx.cc - moved the sound stuff to the new subdirectory iodev/sound 2012-01-15 07:52:04 +00:00
soundosx.h - added method to return the type of the lowlevel sound module and use it to 2012-06-08 20:49:39 +00:00
soundsdl.cc - added SDL sound support (wave output only) 2012-06-09 10:12:05 +00:00
soundsdl.h - added SDL sound support (wave output only) 2012-06-09 10:12:05 +00:00
soundwin.cc removed unused variable - fixing gcc warning 2012-04-23 18:52:11 +00:00
soundwin.h - added method to return the type of the lowlevel sound module and use it to 2012-06-08 20:49:39 +00:00