aboutsummaryrefslogtreecommitdiff
path: root/ARMInterpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'ARMInterpreter.h')
-rw-r--r--ARMInterpreter.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/ARMInterpreter.h b/ARMInterpreter.h
new file mode 100644
index 0000000..5318b81
--- /dev/null
+++ b/ARMInterpreter.h
@@ -0,0 +1,16 @@
+
+#ifndef ARMINTERPRETER_H
+#define ARMINTERPRETER_H
+
+#include "types.h"
+#include "ARM.h"
+
+namespace ARMInterpreter
+{
+
+extern s32 (*ARMInstrTable[4096])(ARM* cpu);
+extern s32 (*THUMBInstrTable[1024])(ARM* cpu);
+
+}
+
+#endif // ARMINTERPRETER_H