add mapper 156 to scons build system and remove second declaration of a static variable
This commit is contained in:
parent
9ff1257907
commit
975cd353d1
|
@ -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[]=
|
||||
|
|
|
@ -68,6 +68,7 @@ my_list = Split("""
|
|||
emu2413.c
|
||||
mmc2and4.cpp
|
||||
simple.cpp
|
||||
156.cpp
|
||||
""")
|
||||
|
||||
for x in range(len(my_list)):
|
||||
|
|
Loading…
Reference in New Issue