summaryrefslogtreecommitdiff
path: root/src/os9x_asm_cpu.c
diff options
context:
space:
mode:
authortwinaphex2018-12-28 00:32:13 +0100
committertwinaphex2018-12-28 00:32:13 +0100
commitc007afe6fd51827fade7aa15a0a798be8bd97839 (patch)
tree3b8aca538bec3b42ef9bd33549a15110c3a20e37 /src/os9x_asm_cpu.c
parent29db3cf00f552808b3f1dc5d11fcdbbefc659ec4 (diff)
downloadsnes9x2002-c007afe6fd51827fade7aa15a0a798be8bd97839.tar.gz
snes9x2002-c007afe6fd51827fade7aa15a0a798be8bd97839.tar.bz2
snes9x2002-c007afe6fd51827fade7aa15a0a798be8bd97839.zip
Start significantly refactoring this codebase so we can get it
to work with MSVC
Diffstat (limited to 'src/os9x_asm_cpu.c')
-rw-r--r--src/os9x_asm_cpu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/os9x_asm_cpu.c b/src/os9x_asm_cpu.c
index 7b34956..2c920b7 100644
--- a/src/os9x_asm_cpu.c
+++ b/src/os9x_asm_cpu.c
@@ -11,8 +11,6 @@
//#define __debug_c_hblank__
//#define __debug_c_io__
-START_EXTERN_C
-
void asm_S9xSetPCBase(uint32 Address)
{
#ifdef __debug_c_setpc__
@@ -202,5 +200,3 @@ void asm_S9xOpcode_IRQ(void)
// S9xPackStatus(); // not needed
}
#endif
-
-END_EXTERN_C