YM2612: fix forceIns after sample

This commit is contained in:
tildearrow 2023-01-15 18:05:48 -05:00
parent 3370e91aad
commit bf2ef2742a
2 changed files with 5 additions and 1 deletions

View file

@ -677,6 +677,8 @@ void DivPlatformGenesisExt::forceIns() {
}
}
if (chan[5].dacMode) {
chan[5].dacSample=-1;
chan[6].dacSample=-1;
rWrite(0x2b,0x80);
}
immWrite(0x22,lfoValue);