aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2019-06-13 13:11:33 +0200
committerArisotura <thetotalworm@gmail.com>2019-06-13 13:11:33 +0200
commit29fb71cab865b76a2a0700e6e8382c100491c456 (patch)
tree6b747d6c2626ed42c1760537a318a36c56382ae3 /src
parentc4182b5ad375a6d8b200ad9a3a8b17365c8abaaf (diff)
BAHAHAHAHHHH
mostly just going to derp around some, so don't hold your breath here
Diffstat (limited to 'src')
-rw-r--r--src/NDS.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/NDS.h b/src/NDS.h
index 3243337..9b7a10a 100644
--- a/src/NDS.h
+++ b/src/NDS.h
@@ -120,7 +120,8 @@ extern u8 ROMSeed1[2*8];
extern u8 ARM9BIOS[0x1000];
extern u8 ARM7BIOS[0x4000];
-#define MAIN_RAM_SIZE 0x400000
+//#define MAIN_RAM_SIZE 0x400000
+#define MAIN_RAM_SIZE 0x1000000
extern u8 MainRAM[MAIN_RAM_SIZE];