summaryrefslogtreecommitdiff
path: root/gba_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'gba_memory.h')
-rw-r--r--gba_memory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gba_memory.h b/gba_memory.h
index eaa5bab..14c8394 100644
--- a/gba_memory.h
+++ b/gba_memory.h
@@ -214,7 +214,6 @@ extern u8 ewram[1024 * 256 * 2];
extern u8 iwram[1024 * 32 * 2];
extern u8 *memory_map_read[8 * 1024];
-extern u8 *memory_map_write[8 * 1024];
extern u32 reg[64];