OPLL: TODO high byte?

This commit is contained in:
tildearrow 2022-03-03 16:21:19 -05:00
parent 29474cd5c7
commit e0af849a4f
1 changed files with 1 additions and 0 deletions

View File

@ -264,6 +264,7 @@ void DivPlatformOPLL::tick() {
immWrite(0x20+drumSlot[i],freqt>>8);
} else if (i<6 || !drums) {
immWrite(0x10+i,freqt&0xff);
// TODO high byte?
}
}
if (chan[i].keyOn && i>=6 && properDrums) {