aboutsummaryrefslogtreecommitdiff
path: root/source/snes9x.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/snes9x.h')
-rw-r--r--source/snes9x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/snes9x.h b/source/snes9x.h
index f201b8f..63bb032 100644
--- a/source/snes9x.h
+++ b/source/snes9x.h
@@ -195,7 +195,7 @@ typedef struct
uint32_t Flags;
bool BranchSkip;
bool NMIActive;
- bool IRQActive;
+ uint8_t IRQActive;
bool WaitingForInterrupt;
bool InDMA;
uint8_t WhichEvent;