diff options
author | Arisotura <thetotalworm@gmail.com> | 2019-06-13 13:11:33 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2019-06-13 13:11:33 +0200 |
commit | 29fb71cab865b76a2a0700e6e8382c100491c456 (patch) | |
tree | 6b747d6c2626ed42c1760537a318a36c56382ae3 | |
parent | c4182b5ad375a6d8b200ad9a3a8b17365c8abaaf (diff) |
BAHAHAHAHHHH
mostly just going to derp around some, so don't hold your breath here
-rw-r--r-- | src/NDS.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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]; |