why is this here

This commit is contained in:
tildearrow 2022-12-28 23:11:16 -05:00
parent 37c2ea3097
commit 85c4086d5a

View file

@ -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)); 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(); chan[i].handleArp();
} else if (chan[i].std.arp.had) { } else if (chan[i].std.arp.had) {
if (i==3) { // noise if (i==3) { // noise