add mmu.fw.data to savestate.. but not tested
This commit is contained in:
parent
94eb1a5103
commit
4c5793cc75
|
@ -234,6 +234,7 @@ SFORMAT SF_MMU[]={
|
|||
{ "BUAZ", 1, 1, &MMU.fw.addr_size},
|
||||
{ "BUWE", 4, 1, &MMU.fw.write_enable},
|
||||
{ "BUWR", 4, 1, &MMU.fw.writeable_buffer},
|
||||
{ "BUDA", 1, 1, MMU.fw.data},
|
||||
//end memory chips
|
||||
|
||||
{ "MC0A", 4, 1, &MMU.dscard[0].address},
|
||||
|
|
Loading…
Reference in New Issue