Woops, should be int32 not int16

This commit is contained in:
qeed 2009-08-08 20:05:22 +00:00
parent ce317b00a1
commit ed2093ea29
1 changed files with 1 additions and 1 deletions

View File

@ -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;