summaryrefslogtreecommitdiff
path: root/arm9/include/z80_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/include/z80_config.h')
-rw-r--r--arm9/include/z80_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/include/z80_config.h b/arm9/include/z80_config.h
index 7e02bb8..307098e 100644
--- a/arm9/include/z80_config.h
+++ b/arm9/include/z80_config.h
@@ -45,11 +45,11 @@
In this mode the signature of Z80Init changes so that the memory functions
are not passed. ALL processor instances share the same memory.
-#define ENABLE_ARRAY_MEMORY
*/
+#define ENABLE_ARRAY_MEMORY
#ifdef ENABLE_ARRAY_MEMORY
-#define RAMBOT 0x0000
+#define RAMBOT 0x4000
#define RAMTOP 0xffff
#endif