summaryrefslogtreecommitdiff
path: root/gba_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'gba_memory.h')
-rw-r--r--gba_memory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gba_memory.h b/gba_memory.h
index 946ef37..a37de47 100644
--- a/gba_memory.h
+++ b/gba_memory.h
@@ -208,9 +208,10 @@ extern u8 ewram[1024 * 256 * 2];
extern u8 iwram[1024 * 32 * 2];
extern u8 *memory_map_read[8 * 1024];
-extern u32 *reg;
extern u8 *memory_map_write[8 * 1024];
+extern u32 reg[64];
+
extern flash_device_id_type flash_device_id;
extern const u8 *state_mem_read_ptr;