OPLL: asdfasfd

This commit is contained in:
tildearrow 2023-07-30 02:20:19 -05:00
parent c29106aa3d
commit 954d91d073
1 changed files with 1 additions and 9 deletions

View File

@ -782,18 +782,10 @@ int DivPlatformOPLL::dispatch(DivCommand c) {
if ((int)properDrums==c.value) break;
if (c.value) {
properDrums=true;
immWrite(0x0e,0x20);
drumState=0;
} else {
properDrums=false;
immWrite(0x0e,0x00);
drumState=0;
}
chan[6].freqChanged=true;
chan[7].freqChanged=true;
chan[8].freqChanged=true;
chan[9].freqChanged=true;
chan[10].freqChanged=true;
switchMode(properDrums);
break;
case DIV_CMD_MACRO_OFF:
chan[c.chan].std.mask(c.value,true);