Bochs/bochs/iodev/sound
Volker Ruppert 8952c144bd Some work on the i440BX chipset and related changes.
- Fixed PCI BAR initialization (now using memset()).
  - Fixed reset failure (set all PAM memory types to ROM).
  - Added stub for the AGP aperture (register BAR #0, handle APSIZE and read
    GART entry in read/write handlers).
  - Added some more PCI register defaults and write masks.
  - Fixed a warning in the ES1370 code.
  - Voodoo Banshee: set up PCI subsystem ID depending on bus and model.
  - Volatile BIOS write support must also be present in ISA BIOS memory.
2018-03-04 04:53:16 +00:00
..
es1370.cc Some work on the i440BX chipset and related changes. 2018-03-04 04:53:16 +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 Implemented self-registering static objects in the lowlevel sound code similar 2017-03-14 18:21:05 +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 Some fixes in the bochsrc save and parse functions. 2018-02-02 19:04:59 +00:00
sb16.h Implemented unregister mechanism for runtime config handlers. 2015-08-23 07:04:56 +00:00
soundalsa.cc Reverted BX_THREAD_KILL() changes in the lowlevel sound code. Now using control 2017-06-02 16:56:58 +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 Added dummy waveout class to make sure that resampling and mixing features 2017-03-17 23:09:18 +00:00
soundfile.cc Reverted BX_THREAD_KILL() changes in the lowlevel sound code. Now using control 2017-06-02 16:56:58 +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 Reverted BX_THREAD_KILL() changes in the lowlevel sound code. Now using control 2017-06-02 16:56:58 +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 Implemented self-registering static objects in the lowlevel sound code similar 2017-03-14 18:21:05 +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 Cleanups in the Bochs system timer code 2017-03-30 18:08:15 +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 Implemented self-registering static objects in the lowlevel sound code similar 2017-03-14 18:21:05 +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 The resampler and mixer threads are now stopped with BX_THREAD_KILL(). 2017-05-21 15:08:20 +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 Reverted BX_THREAD_KILL() changes in the lowlevel sound code. Now using control 2017-06-02 16:56:58 +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