From 761d752569b9bad6bdb755e91ca9e345cfb2788d Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 29 Oct 2014 06:47:46 +0100 Subject: C++ cleanups. (in progress) --- source/seta.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/seta.c') diff --git a/source/seta.c b/source/seta.c index 4e7d208..e5df1f6 100644 --- a/source/seta.c +++ b/source/seta.c @@ -91,7 +91,6 @@ void (*SetSETA)(uint32, uint8)=&S9xSetST010; uint8 (*GetSETA)(uint32)=&S9xGetST010; -extern "C"{ uint8 S9xGetSetaDSP(uint32 Address) { return GetSETA(Address); @@ -101,5 +100,4 @@ void S9xSetSetaDSP(uint8 Byte, uint32 Address) { SetSETA(Address, Byte); } -} -- cgit v1.2.3