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/seta.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/seta.c') diff --git a/src/seta.c b/src/seta.c index 7b306c5..cb1aaf4 100644 --- a/src/seta.c +++ b/src/seta.c @@ -95,7 +95,6 @@ void (*SetSETA)(uint32, uint8) = &S9xSetST010; uint8(*GetSETA)(uint32) = &S9xGetST010; -START_EXTERN_C uint8 S9xGetSetaDSP(uint32 Address) { return GetSETA(Address); @@ -105,5 +104,4 @@ void S9xSetSetaDSP(uint8 Byte, uint32 Address) { SetSETA(Address, Byte); } -END_EXTERN_C -- cgit v1.2.3