Update
This commit is contained in:
@@ -57,10 +57,10 @@ static DECLFR(UNLBMW8544ProtRead) {
|
||||
if(!(A & 1)) {
|
||||
if((EXPREGS[0] & 0xE0) == 0xC0) {
|
||||
EXPREGS[1] = ARead[0x6a](0x6a); /* program can latch some data from the BUS, but I can't say how exactly, */
|
||||
} else { /* without more euipment and skills ;) probably here we can try to get any write */
|
||||
} else { /* without more equipment and skills ;) probably here we can try to get any write */
|
||||
EXPREGS[2] = ARead[0xff](0xff); /* before the read operation */
|
||||
}
|
||||
FixMMC3CHR(MMC3_cmd & 0x7F); /* there are more different behaviour of the board isn't used by game itself, so unimplemented here and */
|
||||
FixMMC3CHR(MMC3_cmd & 0x7F); /* there are more different behaviour of the board that's not used by game itself, so unimplemented here and */
|
||||
} /* actually will break the current logic ;) */
|
||||
}
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user