Virtual Boy: where did the noise channel go?
This commit is contained in:
parent
1d445d574a
commit
a2bd669792
|
@ -246,7 +246,7 @@ void DivPlatformVB::tick(bool sysTick) {
|
||||||
}
|
}
|
||||||
if (!screwThis) {
|
if (!screwThis) {
|
||||||
// restore channel state...
|
// restore channel state...
|
||||||
for (int i=0; i<5; i++) {
|
for (int i=0; i<6; i++) {
|
||||||
if (chan[i].intWritten) {
|
if (chan[i].intWritten) {
|
||||||
chWrite(i,0x00,0x80);
|
chWrite(i,0x00,0x80);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue