This commit is contained in:
retro-wertz
2017-10-15 19:48:51 +08:00
parent 52c8155dee
commit d72a5061ea
10 changed files with 18 additions and 20 deletions

View File

@@ -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;