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.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/seta.h') diff --git a/src/seta.h b/src/seta.h index 37368f5..ab298e9 100644 --- a/src/seta.h +++ b/src/seta.h @@ -98,7 +98,6 @@ #define ST_018 0x03 -START_EXTERN_C uint8 S9xGetSetaDSP(uint32 Address); void S9xSetSetaDSP(uint8 byte, uint32 Address); uint8 S9xGetST018(uint32 Address); @@ -108,7 +107,6 @@ uint8 S9xGetST010(uint32 Address); void S9xSetST010(uint32 Address, uint8 Byte); uint8 S9xGetST011(uint32 Address); void S9xSetST011(uint32 Address, uint8 Byte); -END_EXTERN_C extern void (*SetSETA)(uint32, uint8); extern uint8(*GetSETA)(uint32); -- cgit v1.2.3