ugh, fixed save state format for it

This commit is contained in:
qeed 2009-08-08 20:12:42 +00:00
parent f304746045
commit 02d1b8dcff
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ static SFORMAT StateRegs[]=
{ {
{reg, 16, "REGS"}, {reg, 16, "REGS"},
{&IRQa, 1, "IRQA"}, {&IRQa, 1, "IRQA"},
{&IRQCount, 2, "IRQC"}, {&IRQCount, 4, "IRQC"},
{&IRQLatch, 2, "IRQL"}, {&IRQLatch, 2, "IRQL"},
{0} {0}
}; };