OPLL: asdfasfd

This commit is contained in:
tildearrow 2023-07-30 02:20:19 -05:00
parent c29106aa3d
commit 954d91d073

View file

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