initial upstream import
[drnoksnes] / os9x_asm_cpu.h
diff --git a/os9x_asm_cpu.h b/os9x_asm_cpu.h
new file mode 100644 (file)
index 0000000..93300ab
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef __os9x_asm_cpu__
+#define __os9x_asm_cpu__
+
+extern "C" void test_opcode(SCPUState *cpuptr);
+
+extern "C" void asmMainLoop(SCPUState *cpuptr);
+
+extern "C" void asm_S9xMainLoop(void);
+
+#endif