aboutsummaryrefslogtreecommitdiff
path: root/source/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/globals.c')
-rw-r--r--source/globals.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/globals.c b/source/globals.c
index 3a4dc4b..caf3ee0 100644
--- a/source/globals.c
+++ b/source/globals.c
@@ -127,9 +127,6 @@ SnesModel M2SNES={2,4,3};
SnesModel* Model=&M1SNES;
-uint8 *SRAM_g = NULL;
-uint8 *ROM_g = NULL;
-uint8 *RegRAM_g = NULL;
uint8 *C4RAM = NULL;
long OpAddress = 0;