also make mapper 164 sram work

This commit is contained in:
zeromus 2012-04-17 00:12:04 +00:00
parent 9fc31b558f
commit 37a9f95de2
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,8 @@ void Mapper164_Init(CartInfo *info)
GameStateRestore=StateRestore;
AddExState(&StateRegs, ~0, 0, 0);
AddExState(WRAM, 8192, 0, "WRAM");
info->SaveGame[0]=WRAM;
info->SaveGameLen[0]=8192;
}
void Mapper163_Init(CartInfo *info)