aboutsummaryrefslogtreecommitdiff
path: root/source/seta.c
diff options
context:
space:
mode:
authoraliaspider2014-10-29 06:47:46 +0100
committeraliaspider2014-10-29 06:47:46 +0100
commit761d752569b9bad6bdb755e91ca9e345cfb2788d (patch)
tree5eaa11c172c08039757d6bee1a3641e051462d3a /source/seta.c
parenta6dc7abc9b8cc3986eda5a84141da7dc9e4e8f1a (diff)
downloadsnes9x2005-761d752569b9bad6bdb755e91ca9e345cfb2788d.tar.gz
snes9x2005-761d752569b9bad6bdb755e91ca9e345cfb2788d.tar.bz2
snes9x2005-761d752569b9bad6bdb755e91ca9e345cfb2788d.zip
C++ cleanups. (in progress)
Diffstat (limited to 'source/seta.c')
-rw-r--r--source/seta.c2
1 files changed, 0 insertions, 2 deletions
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);
}
-}