fix bogus savestate variables in mapper 90
This commit is contained in:
parent
887c93733e
commit
d78037415b
|
@ -50,17 +50,17 @@ static uint16 names[4];
|
||||||
static uint8 tekker;
|
static uint8 tekker;
|
||||||
|
|
||||||
static SFORMAT Tek_StateRegs[]={
|
static SFORMAT Tek_StateRegs[]={
|
||||||
{&IRQMode, 1, "IRQMODE"},
|
{&IRQMode, 1, "IRQM"},
|
||||||
{&IRQPre, 1, "IRQPRE"},
|
{&IRQPre, 1, "IRQP"},
|
||||||
{&IRQPreSize, 1, "IRQPRESIZE"},
|
{&IRQPreSize, 1, "IRQS"},
|
||||||
{&IRQCount, 1, "IRQC"},
|
{&IRQCount, 1, "IRQC"},
|
||||||
{&IRQXOR, 1, "IRQXOR"},
|
{&IRQXOR, 1, "IRQX"},
|
||||||
{&IRQa, 1, "IRQa"},
|
{&IRQa, 1, "IRQa"},
|
||||||
{mul, 2, "MUL"},
|
{mul, 2, "MUL"},
|
||||||
{®ie, 1, "REGI"},
|
{®ie, 1, "REGI"},
|
||||||
{tkcom, 4, "TKCO"},
|
{tkcom, 4, "TKCO"},
|
||||||
{prgb, 4, "PRGB"},
|
{prgb, 4, "PRGB"},
|
||||||
{chr, 2, "CHRLATCH"},
|
{chr, 2, "CHRA"},
|
||||||
{chrlow, 4, "CHRL"},
|
{chrlow, 4, "CHRL"},
|
||||||
{chrhigh, 8, "CHRH"},
|
{chrhigh, 8, "CHRH"},
|
||||||
{&names[0], 2|FCEUSTATE_RLSB, "NMS0"},
|
{&names[0], 2|FCEUSTATE_RLSB, "NMS0"},
|
||||||
|
|
Loading…
Reference in New Issue