Mesen2/Core/PCE/CdRom
Sour d0a3db20d8 PCE: Fixed ADPCM audio decoding issues
-Output is a 12-bit value and should wrap
-"Magnitude"/"step size" should be reset to 0 when playback starts

This fixes sound effects in NEXZR that were broken by the previous (incorrect) fix and also broken because _magnitude was not being reset to 0 when each sample started playing
2025-03-12 16:46:32 +09:00
..
PceAdpcm.cpp PCE: Fixed ADPCM audio decoding issues 2025-03-12 16:46:32 +09:00
PceAdpcm.h PCE: More CD-ROM emulation improvements 2023-12-29 23:12:05 +09:00
PceArcadeCard.cpp Debugger: PCE - Highlight arcade card accesses in memory viewer 2023-12-27 23:27:07 +09:00
PceArcadeCard.h Debugger: PCE - Highlight arcade card accesses in memory viewer 2023-12-27 23:27:07 +09:00
PceAudioFader.cpp PCE: CD-ROM emulation improvements 2023-12-27 23:27:07 +09:00
PceAudioFader.h PCE: CD-ROM emulation improvements 2023-12-27 23:27:07 +09:00
PceCdAudioPlayer.cpp PCE: Fixed sound mixing issue causing pops in ADPCM and CD audio 2024-06-07 20:25:43 +09:00
PceCdAudioPlayer.h PCE: CD-ROM timing improvements 2024-02-03 12:00:45 +09:00
PceCdRom.cpp PCE: Fixed memory mappings for save ram 2025-02-01 18:01:15 +09:00
PceCdRom.h PCE: Fixed save ram size (2kb instead of 8kb) 2024-09-20 21:53:36 +09:00
PceCdSeekDelay.h PCE: CD-ROM timing improvements 2024-02-03 12:00:45 +09:00
PceScsiBus.cpp PCE: CD-ROM timing improvements 2024-02-03 12:00:45 +09:00
PceScsiBus.h PCE: CD-ROM timing improvements 2024-02-03 12:00:45 +09:00