Fix missing openbus read in mapper 63

This commit is contained in:
retro-wertz
2019-05-30 22:56:40 +08:00
parent 3d4ebd5b7b
commit 897221a503

View File

@@ -223,7 +223,7 @@ static void M63Sync(void) {
} }
void Mapper63_Init(CartInfo *info) { void Mapper63_Init(CartInfo *info) {
Latch_Init(info, M63Sync, NULL, 0x0000, 0x8000, 0xFFFF, 0); Latch_Init(info, M63Sync, M63Read, 0x0000, 0x8000, 0xFFFF, 0);
} }
/*------------------ Map 092 ---------------------------*/ /*------------------ Map 092 ---------------------------*/