OPLL: it's tested now. works

last thing to do is to restore drum pitches
This commit is contained in:
tildearrow 2022-03-25 02:10:57 -05:00
parent 6e35640537
commit 03da02711a
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@ void DivPlatformOPLL::forceIns() {
immWrite(0x18,0xC0);
immWrite(0x28,0x01);
}
// UNTESTED
// restore drum volumes
if (properDrums) {
rWrite(0x36,drumVol[0]);
rWrite(0x37,drumVol[1]|(drumVol[4]<<4));