parent
3f4c1ddf89
commit
4af0345b03
|
@ -1338,7 +1338,7 @@ void DivPlatformOPL::tick(bool sysTick) {
|
||||||
unsigned char slot=slots[j][i];
|
unsigned char slot=slots[j][i];
|
||||||
if (slot==255) continue;
|
if (slot==255) continue;
|
||||||
unsigned short baseAddr=slotMap[slot];
|
unsigned short baseAddr=slotMap[slot];
|
||||||
if (baseAddr>0x100) {
|
if (baseAddr>=0x100) {
|
||||||
weWillWriteRRLater[(baseAddr&0xff)|32]=true;
|
weWillWriteRRLater[(baseAddr&0xff)|32]=true;
|
||||||
} else {
|
} else {
|
||||||
weWillWriteRRLater[(baseAddr&0xff)]=true;
|
weWillWriteRRLater[(baseAddr&0xff)]=true;
|
||||||
|
|
Loading…
Reference in a new issue