well, adding shit. laying out the base for the interpreter. really dirty code.

This commit is contained in:
StapleButter
2016-11-24 18:31:49 +01:00
parent 3505ec993b
commit f74fb2dd27
11 changed files with 2143 additions and 17 deletions

4
NDS.h
View File

@ -10,6 +10,10 @@ namespace NDS
void Init();
void Reset();
void RunFrame();
void Halt();
u32 ARM9Read32(u32 addr);
u32 ARM7Read32(u32 addr);