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, 0 insertions, 3 deletions
diff --git a/gba_memory.h b/gba_memory.h
index 14c8394..5319a30 100644
--- a/gba_memory.h
+++ b/gba_memory.h
@@ -171,9 +171,6 @@ u8 read_backup(u32 address);
void function_cc write_backup(u32 address, u32 value);
void function_cc write_rtc(u32 address, u32 value);
-extern u8 *memory_regions[16];
-extern u32 memory_limits[16];
-
/* EDIT: Shouldn't this be extern ?! */
extern u32 waitstate_cycles_sequential[16][3];