random bug fixes
[drnoksnes] / os9x_asm_cpu.h
1 #ifndef __os9x_asm_cpu__
2 #define __os9x_asm_cpu__
3
4 extern "C" void test_opcode(SCPUState *cpuptr);
5
6 extern "C" void asmMainLoop(SCPUState *cpuptr);
7
8 extern "C" void asm_S9xMainLoop(void);
9
10 #endif