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/dsp1.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/dsp1.h') diff --git a/src/dsp1.h b/src/dsp1.h index b1e522a..ffe68e6 100644 --- a/src/dsp1.h +++ b/src/dsp1.h @@ -120,11 +120,9 @@ typedef struct uint8 output [512]; } SDSP1; -START_EXTERN_C -void S9xResetDSP1(); +void S9xResetDSP1(void); uint8 S9xGetDSP(uint16 Address); void S9xSetDSP(uint8 Byte, uint16 Address); -END_EXTERN_C extern SDSP1 DSP1; -- cgit v1.2.3