This commit is contained in:
tildearrow 2022-08-21 19:57:01 -05:00
parent 05b5265bbb
commit 10aaf7f0cb
1 changed files with 5 additions and 0 deletions

View File

@ -561,6 +561,11 @@ void DivPlatformGenesisExt::forceIns() {
opChan[i].freqChanged=true;
}
}
if (extMode && softPCM && chan[7].active) { // CSM
chan[7].insChanged=true;
chan[7].freqChanged=true;
chan[7].keyOn=true;
}
}
void* DivPlatformGenesisExt::getChanState(int ch) {