mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 06:53:01 +00:00
OPLL: fix sus
i thought defle had broken sus
This commit is contained in:
parent
3a6f664cf0
commit
ee2e1a0cfb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue