From a2bd669792bffda796c90b27fe8f01d60574c56b Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 19 Feb 2025 04:29:54 -0500 Subject: [PATCH] Virtual Boy: where did the noise channel go? --- src/engine/platform/vb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/platform/vb.cpp b/src/engine/platform/vb.cpp index 822851c95..0cb689a0a 100644 --- a/src/engine/platform/vb.cpp +++ b/src/engine/platform/vb.cpp @@ -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); }