scons: add mapper116 to the build system; adjust variable types to allow for proper gcc compilation
This commit is contained in:
parent
9ed058f889
commit
ea041dffbe
|
@ -39,8 +39,8 @@
|
|||
static uint8 mode;
|
||||
static uint8 vrc2_chr[8], vrc2_prg[2], vrc2_mirr;
|
||||
static uint8 mmc3_regs[10], mmc3_ctrl, mmc3_mirr;
|
||||
static uint8 IRQCount,IRQLatch,IRQa;
|
||||
static uint8 IRQReload;
|
||||
extern uint8 IRQCount,IRQLatch,IRQa;
|
||||
extern uint8 IRQReload;
|
||||
static uint8 mmc1_regs[4], mmc1_buffer, mmc1_shift;
|
||||
|
||||
static SFORMAT StateRegs[]=
|
||||
|
@ -352,4 +352,4 @@ void UNLSL12_Init(CartInfo *info)
|
|||
void Mapper116_Init(CartInfo *info)
|
||||
{
|
||||
UNLSL12_Init(info);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@ my_list = Split("""
|
|||
106.cpp
|
||||
108.cpp
|
||||
112.cpp
|
||||
116.cpp
|
||||
117.cpp
|
||||
120.cpp
|
||||
121.cpp
|
||||
|
|
Loading…
Reference in New Issue