YM2612: #580
This commit is contained in:
parent
05b5265bbb
commit
10aaf7f0cb
|
@ -561,6 +561,11 @@ void DivPlatformGenesisExt::forceIns() {
|
||||||
opChan[i].freqChanged=true;
|
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) {
|
void* DivPlatformGenesisExt::getChanState(int ch) {
|
||||||
|
|
Loading…
Reference in a new issue