GBA Peripherals: Fix Beast Link Gate slotting

This commit is contained in:
Vicki Pfau 2019-02-17 02:24:49 -08:00
parent 1c4b89d0f4
commit 83dfd9229b
1 changed files with 2 additions and 1 deletions

View File

@ -177,6 +177,7 @@ void _battlechipTransferEvent(struct mTiming* timing, void* user, uint32_t cycle
case 0xD97C:
case 0xD97D:
case 0xD97E:
case 0xE49A:
reply = ok;
break;
case 0x3545:
@ -198,12 +199,12 @@ void _battlechipTransferEvent(struct mTiming* timing, void* user, uint32_t cycle
case 0x5748:
case 0x5749:
case 0x574A:
case 0xFC00:
// Resync
gate->state = BATTLECHIP_STATE_UNK_0;
break;
default:
mLOG(GBA_BATTLECHIP, STUB, "? %04X", cmd);
gate->state = -1;
break;
}
break;