YM2612: prototype of ExtCh macros

This commit is contained in:
tildearrow 2022-11-08 18:33:01 -05:00
parent bb6bcab2e3
commit 3745e0935d
3 changed files with 59 additions and 8 deletions

View file

@ -285,7 +285,7 @@ void DivPlatformGenesis::tick(bool sysTick) {
chan[i].freqChanged=true;
}
} else {
if (chan[i].std.arp.had) {
if (chan[i].std.arp.had) {
if (!chan[i].inPorta) {
chan[i].baseFreq=NOTE_FNUM_BLOCK(parent->calcArp(chan[i].note,chan[i].std.arp.val),11);
}