Virtual Boy: fix last_output not being reset
This commit is contained in:
parent
27a1869775
commit
8791ab0f65
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue