Virtual Boy: fix last_output not being reset

This commit is contained in:
tildearrow 2025-11-06 03:39:08 -05:00
parent 27a1869775
commit 8791ab0f65

View file

@ -77,6 +77,9 @@ void VSU::Power(void)
EnvelopeClockDivider[ch] = 4;
LatcherClockDivider[ch] = 120;
for(int lr = 0; lr < 2; lr++)
last_output[ch][lr] = 0;
}
ModWavePos = 0;