OPLL: fix compatible drum mode

This commit is contained in:
tildearrow 2022-05-04 17:43:06 -05:00
parent 6e7b4d7e7f
commit e50df18393
1 changed files with 1 additions and 0 deletions

View File

@ -477,6 +477,7 @@ int DivPlatformOPLL::dispatch(DivCommand c) {
if (drums) {
drums=false;
immWrite(0x0e,0);
drumState=0;
}
}
if (c.chan<9) {