OPLL: fix sus

i thought defle had broken sus
This commit is contained in:
tildearrow 2022-03-03 18:23:09 -05:00
parent 3a6f664cf0
commit ee2e1a0cfb
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ void DivPlatformOPLL::tick() {
immWrite(0x0e,0x20|drumState);
} else {
if (i<9) {
immWrite(0x20+i,(chan[i].freqH)/*|(chan[i].state.alg?0x20:0)*/);
immWrite(0x20+i,(chan[i].freqH)|(chan[i].state.alg?0x20:0));
}
}
//chan[i].keyOn=false;