Mesen2/Core/GBA/APU
Sour 929d4dcc20 GB: Fixed APU emulation issues
-Super Mario Land 2 - Pops in menu are fixed by immediately updating APU output after a write
-Perfect Dark - Low voice volume is fixed by having the correct output when the channels are disabled (but DAC is still enabled)
-Daiku no Gen - Low voice volume is fixed by keeping square channel output to digital 0 (= analog 1) until its first tick after being enabled (the game does not let the channel tick at all while the voice sample is playing)
2025-03-21 23:03:01 +09:00
..
GbaApu.cpp GBA: Fixed APU sampling timing problem which reduced audio quality 2025-02-17 13:52:44 +09:00
GbaApu.h Linux: Fixed compilation errors/warnings 2024-03-30 12:31:04 +09:00
GbaApuFifo.h Added GBA support 2024-03-30 11:42:31 +09:00
GbaEnvelope.h GB: Fixed APU emulation issues 2025-03-21 23:03:01 +09:00
GbaNoiseChannel.cpp GB: Fixed APU emulation issues 2025-03-21 23:03:01 +09:00
GbaNoiseChannel.h Added GBA support 2024-03-30 11:42:31 +09:00
GbaSquareChannel.cpp GB: Fixed APU emulation issues 2025-03-21 23:03:01 +09:00
GbaSquareChannel.h Added GBA support 2024-03-30 11:42:31 +09:00
GbaWaveChannel.cpp GB: Fixed APU emulation issues 2025-03-21 23:03:01 +09:00
GbaWaveChannel.h GBA: Fixed problem with wave channel in Kidou Senshi Gundam - Seed Destiny 2025-02-26 17:41:33 +09:00