From 02d1b8dcff52a5b496b5af1b39580d76f3ecaf1b Mon Sep 17 00:00:00 2001 From: qeed Date: Sat, 8 Aug 2009 20:12:42 +0000 Subject: [PATCH] ugh, fixed save state format for it --- src/boards/bandai.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boards/bandai.cpp b/src/boards/bandai.cpp index 159f0167..b6309d82 100644 --- a/src/boards/bandai.cpp +++ b/src/boards/bandai.cpp @@ -35,7 +35,7 @@ static SFORMAT StateRegs[]= { {reg, 16, "REGS"}, {&IRQa, 1, "IRQA"}, - {&IRQCount, 2, "IRQC"}, + {&IRQCount, 4, "IRQC"}, {&IRQLatch, 2, "IRQL"}, {0} };