From 975cd353d1a8986541f8deb5ff01b5dbebda50ea Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Sun, 2 Sep 2012 12:37:38 +0000 Subject: [PATCH] add mapper 156 to scons build system and remove second declaration of a static variable --- src/mappers/156.cpp | 2 +- src/mappers/SConscript | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mappers/156.cpp b/src/mappers/156.cpp index 6fd24643..4050d82d 100644 --- a/src/mappers/156.cpp +++ b/src/mappers/156.cpp @@ -27,7 +27,7 @@ #include "mapinc.h" static uint8 chrlo[8], chrhi[8], prg, mirr, mirrisused = 0; -static uint8 *WRAM=NULL; +// uint8 *WRAM=NULL; static uint32 WRAMSIZE; static SFORMAT StateRegs[]= diff --git a/src/mappers/SConscript b/src/mappers/SConscript index 6da16380..b6c067ff 100644 --- a/src/mappers/SConscript +++ b/src/mappers/SConscript @@ -68,6 +68,7 @@ my_list = Split(""" emu2413.c mmc2and4.cpp simple.cpp +156.cpp """) for x in range(len(my_list)):