aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/psxmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/psxmem.h')
-rw-r--r--libpcsxcore/psxmem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/psxmem.h b/libpcsxcore/psxmem.h
index b409603..a5c6c4a 100644
--- a/libpcsxcore/psxmem.h
+++ b/libpcsxcore/psxmem.h
@@ -138,7 +138,7 @@ void psxMemWrite16(u32 mem, u16 value);
void psxMemWrite32(u32 mem, u32 value);
void *psxMemPointer(u32 mem);
-extern u32 event_cycles[6];
+extern u32 event_cycles[7];
extern u32 next_interupt;
#define new_dyna_set_event(e, c) { \