why is this here
This commit is contained in:
parent
37c2ea3097
commit
85c4086d5a
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue