diff options
Diffstat (limited to 'src/NDS.h')
-rw-r--r-- | src/NDS.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,6 +30,8 @@ // with this enabled, to make sure it doesn't desync //#define DEBUG_CHECK_DESYNC +class SPIHost; + namespace NDS { @@ -246,6 +248,8 @@ extern MemRegion SWRAM_ARM7; extern u32 KeyInput; extern u16 RCnt; +extern SPIHost* SPI; + const u32 ARM7WRAMSize = 0x10000; extern u8* ARM7WRAM; |