diff options
author | aliaspider | 2014-10-29 06:47:46 +0100 |
---|---|---|
committer | aliaspider | 2014-10-29 06:47:46 +0100 |
commit | 761d752569b9bad6bdb755e91ca9e345cfb2788d (patch) | |
tree | 5eaa11c172c08039757d6bee1a3641e051462d3a /source/obc1.c | |
parent | a6dc7abc9b8cc3986eda5a84141da7dc9e4e8f1a (diff) | |
download | snes9x2005-761d752569b9bad6bdb755e91ca9e345cfb2788d.tar.gz snes9x2005-761d752569b9bad6bdb755e91ca9e345cfb2788d.tar.bz2 snes9x2005-761d752569b9bad6bdb755e91ca9e345cfb2788d.zip |
C++ cleanups. (in progress)
Diffstat (limited to 'source/obc1.c')
-rw-r--r-- | source/obc1.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/obc1.c b/source/obc1.c index 763e7cc..2761f77 100644 --- a/source/obc1.c +++ b/source/obc1.c @@ -96,8 +96,6 @@ int OBC1_Address; int OBC1_BasePtr; int OBC1_Shift; -extern "C" -{ uint8 GetOBC1 (uint16 Address) { switch(Address) { @@ -200,5 +198,3 @@ void ResetOBC1() memset(OBC1_RAM, 0x00, 0x2000); } - -} |