Save the position within an MMC1 controller write!

This commit is contained in:
jeblanchard 2008-06-10 05:04:51 +00:00
parent 6821875304
commit fa951d9fbb
1 changed files with 2 additions and 0 deletions

View File

@ -332,6 +332,8 @@ static void GenMMC1Init(CartInfo *info, int prg, int chr, int wram, int battery)
info->Power=GenMMC1Power;
GameStateRestore=MMC1_Restore;
AddExState(&lreset, 8, 1, "LRST");
AddExState(&Buffer, 1, 1, "BFFR");
AddExState(&BufferShift, 1, 1, "BFRS");
}
void Mapper1_Init(CartInfo *info)