OPLL: fix compatible drum mode
This commit is contained in:
parent
6e7b4d7e7f
commit
e50df18393
|
@ -477,6 +477,7 @@ int DivPlatformOPLL::dispatch(DivCommand c) {
|
||||||
if (drums) {
|
if (drums) {
|
||||||
drums=false;
|
drums=false;
|
||||||
immWrite(0x0e,0);
|
immWrite(0x0e,0);
|
||||||
|
drumState=0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (c.chan<9) {
|
if (c.chan<9) {
|
||||||
|
|
Loading…
Reference in a new issue