oops i did that wrong
This commit is contained in:
parent
513b3b648f
commit
ccff2d3149
|
@ -404,7 +404,7 @@ struct MMU_struct
|
|||
|
||||
u8 powerMan_CntReg;
|
||||
BOOL powerMan_CntRegWritten;
|
||||
u8 powerMan_Reg[4];
|
||||
u8 powerMan_Reg[5];
|
||||
|
||||
memory_chip_t fw;
|
||||
|
||||
|
|
|
@ -251,7 +251,7 @@ SFORMAT SF_MMU[]={
|
|||
|
||||
{ "PMCN", 1, 1, &MMU.powerMan_CntReg},
|
||||
{ "PMCW", 4, 1, &MMU.powerMan_CntRegWritten},
|
||||
{ "PMCR", 1, 4, &MMU.powerMan_Reg},
|
||||
{ "PMCR", 1, 5, &MMU.powerMan_Reg},
|
||||
|
||||
{ 0 }
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue