backport 185-186: update mapper45, fix mapper212 init state

This commit is contained in:
retro-wertz
2017-04-25 21:29:03 +08:00
parent 0ad955eeb9
commit eec06ae043
2 changed files with 10 additions and 6 deletions

View File

@@ -303,7 +303,7 @@ static void M212Sync(void) {
}
void Mapper212_Init(CartInfo *info) {
Latch_Init(info, M212Sync, M212Read, 0xFFFF, 0x8000, 0xFFFF, 0);
Latch_Init(info, M212Sync, M212Read, 0x0000, 0x8000, 0xFFFF, 0);
}
//------------------ Map 213 ---------------------------