summaryrefslogtreecommitdiff
path: root/src/dsp1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dsp1.h')
-rw-r--r--src/dsp1.h4
1 files changed, 1 insertions, 3 deletions
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;