oops i did that wrong

This commit is contained in:
zeromus 2010-03-30 08:43:42 +00:00
parent 513b3b648f
commit ccff2d3149
2 changed files with 2 additions and 2 deletions

View File

@ -404,7 +404,7 @@ struct MMU_struct
u8 powerMan_CntReg; u8 powerMan_CntReg;
BOOL powerMan_CntRegWritten; BOOL powerMan_CntRegWritten;
u8 powerMan_Reg[4]; u8 powerMan_Reg[5];
memory_chip_t fw; memory_chip_t fw;

View File

@ -251,7 +251,7 @@ SFORMAT SF_MMU[]={
{ "PMCN", 1, 1, &MMU.powerMan_CntReg}, { "PMCN", 1, 1, &MMU.powerMan_CntReg},
{ "PMCW", 4, 1, &MMU.powerMan_CntRegWritten}, { "PMCW", 4, 1, &MMU.powerMan_CntRegWritten},
{ "PMCR", 1, 4, &MMU.powerMan_Reg}, { "PMCR", 1, 5, &MMU.powerMan_Reg},
{ 0 } { 0 }
}; };