Bochs/bochs/iodev/sound
Volker Ruppert 8db0a2b001 Replaced the plugin init / fini functions with one single function called
plugin_entry(). The additional boolean argument "init" is used to select the
requested action. The entry points still have unique names for compatibility
with the "non-plugin" compilation. Added macros for setting up these names
(e.g. PLUGIN_ENTRY_FOR_MODULE for device plugins).
2021-01-23 12:06:11 +00:00
..
es1370.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
es1370.h Renamed bx_pci_device_stub_c to bx_pci_device_c and derive it now from class 2017-03-26 08:09:28 +00:00
Makefile.in Some fixes in the build system based on Debian patches for 2.6.10. 2019-12-26 19:17:47 +00:00
opl.cc Added symbol VSIDE in the MSVC workspace files and and the manifest section 2017-03-19 12:22:27 +00:00
opl.h Including stdint.h is not required here, since we are using Bit8u, Bit16u etc, 2017-12-03 07:56:45 +00:00
sb16.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
sb16.h Fixed gcc 10.1.0 warning "clearing an object of non-trivial type". Now moving 2020-06-11 07:36:31 +00:00
soundalsa.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
soundalsa.h Reverted BX_THREAD_KILL() changes in the lowlevel sound code. Now using control 2017-06-02 16:56:58 +00:00
sounddummy.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
soundfile.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
soundfile.h Reverted BX_THREAD_KILL() changes in the lowlevel sound code. Now using control 2017-06-02 16:56:58 +00:00
soundlow.cc Some more work on the Bochs plugins support. 2021-01-08 19:04:41 +00:00
soundlow.h Moved all Bochs multi-threading definitions from bochs.h and osdep.h to a new 2017-09-10 15:55:13 +00:00
soundmod.cc Some more work on the Bochs plugins support. 2021-01-08 19:04:41 +00:00
soundmod.h Implemented self-registering static objects in the lowlevel sound code similar 2017-03-14 18:21:05 +00:00
soundoss.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
soundoss.h Implemented self-registering static objects in the lowlevel sound code similar 2017-03-14 18:21:05 +00:00
soundosx.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
soundosx.h Implemented self-registering static objects in the lowlevel sound code similar 2017-03-14 18:21:05 +00:00
soundsdl.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
soundsdl.h Implemented self-registering static objects in the lowlevel sound code similar 2017-03-14 18:21:05 +00:00
soundwin.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
soundwin.h Reverted BX_THREAD_KILL() changes in the lowlevel sound code. Now using control 2017-06-02 16:56:58 +00:00