aboutsummaryrefslogtreecommitdiff
path: root/NDS.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2016-11-24 18:31:49 +0100
committerStapleButter <thetotalworm@gmail.com>2016-11-24 18:31:49 +0100
commitf74fb2dd27d739b22c44c4df793fb894fc5b5aef (patch)
treea31d17aa09f2a46817527dbf633bf878b14109f5 /NDS.h
parent3505ec993b0d700800f77c667078e2c552a38b34 (diff)
well, adding shit. laying out the base for the interpreter. really dirty code.
Diffstat (limited to 'NDS.h')
-rw-r--r--NDS.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/NDS.h b/NDS.h
index dff2693..a1e7283 100644
--- a/NDS.h
+++ b/NDS.h
@@ -10,6 +10,10 @@ namespace NDS
void Init();
void Reset();
+void RunFrame();
+
+void Halt();
+
u32 ARM9Read32(u32 addr);
u32 ARM7Read32(u32 addr);