summaryrefslogtreecommitdiff
path: root/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu.c')
-rw-r--r--cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu.c b/cpu.c
index ea0d69e..badb9c2 100644
--- a/cpu.c
+++ b/cpu.c
@@ -1630,6 +1630,7 @@ void raise_interrupt(irq_type irq_raised)
#ifndef HAVE_DYNAREC
u8 *memory_map_read [8 * 1024];
+u16 oam_ram[512];
u16 palette_ram[512];
u16 palette_ram_converted[512];
#endif