summaryrefslogtreecommitdiff
path: root/src/os9x_asm_cpu.h
blob: 250e55f015be09ddaacb515891c52fbe9c89f0c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __os9x_asm_cpu__
#define __os9x_asm_cpu__

extern "C" void test_opcode(SCPUState *cpuptr);

extern "C" void asmMainLoop_spcC(SCPUState *cpuptr);
extern "C" void asmMainLoop_spcAsm(SCPUState *cpuptr);

extern "C" void asm_S9xMainLoop(void);

#endif