From ed2093ea290b9bd5108aa2c818d2981580ec9bc3 Mon Sep 17 00:00:00 2001 From: qeed Date: Sat, 8 Aug 2009 20:05:22 +0000 Subject: [PATCH] Woops, should be int32 not int16 --- 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 ae34ea66..159f0167 100644 --- a/src/boards/bandai.cpp +++ b/src/boards/bandai.cpp @@ -26,7 +26,7 @@ static uint8 reg[16], is153; static uint8 IRQa; static uint16 IRQLatch; -static int16 IRQCount; +static int32 IRQCount; static uint8 *WRAM=NULL; static uint32 WRAMSIZE;