aboutsummaryrefslogtreecommitdiff
path: root/source/memmap.h
diff options
context:
space:
mode:
authoraliaspider2014-10-29 09:21:38 +0100
committeraliaspider2014-10-29 09:21:38 +0100
commit44476d7bda0a3b90bb71f379cc78614b6f66906d (patch)
tree3384185307c9c0ea35156753337ec4026c997356 /source/memmap.h
parent761d752569b9bad6bdb755e91ca9e345cfb2788d (diff)
downloadsnes9x2005-44476d7bda0a3b90bb71f379cc78614b6f66906d.tar.gz
snes9x2005-44476d7bda0a3b90bb71f379cc78614b6f66906d.tar.bz2
snes9x2005-44476d7bda0a3b90bb71f379cc78614b6f66906d.zip
remove more C++ code.
Diffstat (limited to 'source/memmap.h')
-rw-r--r--source/memmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/memmap.h b/source/memmap.h
index 9186f32..4ea48c0 100644
--- a/source/memmap.h
+++ b/source/memmap.h
@@ -246,9 +246,9 @@ typedef struct
void ResetSpeedMap();
extern CMemory Memory;
-extern uint8 *SRAM;
-extern uint8 *ROM;
-extern uint8 *RegRAM;
+extern uint8 *SRAM_g;
+extern uint8 *ROM_g;
+extern uint8 *RegRAM_g;
void S9xDeinterleaveMode2 ();
bool8 LoadZip(const char* zipname,
int32 *TotalFileSize,