From 85c4086d5aaaf692c9481ea0a53340a73c8460a3 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 28 Dec 2022 23:11:16 -0500 Subject: [PATCH] why is this here --- src/engine/platform/nes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/platform/nes.cpp b/src/engine/platform/nes.cpp index fbe31dae..ba467c10 100644 --- a/src/engine/platform/nes.cpp +++ b/src/engine/platform/nes.cpp @@ -217,7 +217,7 @@ void DivPlatformNES::tick(bool sysTick) { rWrite(0x4000+i*4,(chan[i].envMode<<4)|chan[i].outVol|((chan[i].duty&3)<<6)); } } - if (NEW_ARP_STRAT && i!=3) { + if (NEW_ARP_STRAT) { chan[i].handleArp(); } else if (chan[i].std.arp.had) { if (i==3) { // noise