mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 22:43:01 +00:00
OPLL: asdfasfd
This commit is contained in:
parent
c29106aa3d
commit
954d91d073
1 changed files with 1 additions and 9 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue