also make mapper 164 sram work
This commit is contained in:
parent
9fc31b558f
commit
37a9f95de2
|
@ -146,6 +146,8 @@ void Mapper164_Init(CartInfo *info)
|
||||||
GameStateRestore=StateRestore;
|
GameStateRestore=StateRestore;
|
||||||
AddExState(&StateRegs, ~0, 0, 0);
|
AddExState(&StateRegs, ~0, 0, 0);
|
||||||
AddExState(WRAM, 8192, 0, "WRAM");
|
AddExState(WRAM, 8192, 0, "WRAM");
|
||||||
|
info->SaveGame[0]=WRAM;
|
||||||
|
info->SaveGameLen[0]=8192;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Mapper163_Init(CartInfo *info)
|
void Mapper163_Init(CartInfo *info)
|
||||||
|
|
Loading…
Reference in New Issue