From c007afe6fd51827fade7aa15a0a798be8bd97839 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 28 Dec 2018 00:32:13 +0100 Subject: Start significantly refactoring this codebase so we can get it to work with MSVC --- src/os9x_asm_cpu.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/os9x_asm_cpu.c') 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 -- cgit v1.2.3