add mapper 156 to scons build system and remove second declaration of a static variable

This commit is contained in:
punkrockguy318 2012-09-02 12:37:38 +00:00
parent 9ff1257907
commit 975cd353d1
2 changed files with 2 additions and 1 deletions

View File

@ -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[]=

View File

@ -68,6 +68,7 @@ my_list = Split("""
emu2413.c
mmc2and4.cpp
simple.cpp
156.cpp
""")
for x in range(len(my_list)):