Virtual Boy: where did the noise channel go?

This commit is contained in:
tildearrow 2025-02-19 04:29:54 -05:00
parent 1d445d574a
commit a2bd669792

View file

@ -246,7 +246,7 @@ void DivPlatformVB::tick(bool sysTick) {
}
if (!screwThis) {
// restore channel state...
for (int i=0; i<5; i++) {
for (int i=0; i<6; i++) {
if (chan[i].intWritten) {
chWrite(i,0x00,0x80);
}