aboutsummaryrefslogtreecommitdiff
path: root/source/globals.c
diff options
context:
space:
mode:
authoraliaspider2014-10-29 06:47:46 +0100
committeraliaspider2014-10-29 06:47:46 +0100
commit761d752569b9bad6bdb755e91ca9e345cfb2788d (patch)
tree5eaa11c172c08039757d6bee1a3641e051462d3a /source/globals.c
parenta6dc7abc9b8cc3986eda5a84141da7dc9e4e8f1a (diff)
downloadsnes9x2005-761d752569b9bad6bdb755e91ca9e345cfb2788d.tar.gz
snes9x2005-761d752569b9bad6bdb755e91ca9e345cfb2788d.tar.bz2
snes9x2005-761d752569b9bad6bdb755e91ca9e345cfb2788d.zip
C++ cleanups. (in progress)
Diffstat (limited to 'source/globals.c')
-rw-r--r--source/globals.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/globals.c b/source/globals.c
index 670dc92..a1c108e 100644
--- a/source/globals.c
+++ b/source/globals.c
@@ -102,7 +102,6 @@
#include "sa1.h"
#include "spc7110.h"
-START_EXTERN_C
char String[513];
struct Missing missing;
@@ -141,15 +140,10 @@ struct SSNESGameFixes SNESGameFixes;
uint8 OpenBus = 0;
-
-END_EXTERN_C
-
#ifndef ZSNES_FX
struct FxInit_s SuperFX;
#else
-START_EXTERN_C
uint8 *SFXPlotTable = NULL;
-END_EXTERN_C
#endif
struct SPPU PPU;
@@ -289,7 +283,6 @@ uint32 TailMask [5] = {
#endif
};
-START_EXTERN_C
uint8 APUROM [64] =
{
0xCD,0xEF,0xBD,0xE8,0x00,0xC6,0x1D,0xD0,0xFC,0x8F,0xAA,0xF4,0x8F,
@@ -344,6 +337,3 @@ uint16 S9xAPUCycles [256] =
/* e0 */ 2, 8, 4, 5, 3, 4, 3, 6, 2, 4, 5, 3, 4, 3, 4, 3,
/* f0 */ 2, 8, 4, 5, 4, 5, 5, 6, 3, 4, 5, 4, 2, 2, 4, 3
};
-
-END_EXTERN_C
-