ugh, fixed save state format for it
This commit is contained in:
parent
f304746045
commit
02d1b8dcff
|
@ -35,7 +35,7 @@ static SFORMAT StateRegs[]=
|
|||
{
|
||||
{reg, 16, "REGS"},
|
||||
{&IRQa, 1, "IRQA"},
|
||||
{&IRQCount, 2, "IRQC"},
|
||||
{&IRQCount, 4, "IRQC"},
|
||||
{&IRQLatch, 2, "IRQL"},
|
||||
{0}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue