From fa951d9fbb2edc8cb46d597ad9a7ed81db4f7864 Mon Sep 17 00:00:00 2001 From: jeblanchard Date: Tue, 10 Jun 2008 05:04:51 +0000 Subject: [PATCH] Save the position within an MMC1 controller write! --- src/boards/mmc1.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/boards/mmc1.cpp b/src/boards/mmc1.cpp index fe208fd2..40f1c519 100644 --- a/src/boards/mmc1.cpp +++ b/src/boards/mmc1.cpp @@ -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)