Savegames: Difference between revisions
→Partitions: obviously... |
→The SAVE partition: fix (false information) |
||
Line 235: | Line 235: | ||
Savefiles are stored on the FLASH in a custom filesystem called SAVE. SAVE has a header which describes where the various bits of the filesystem live. | Savefiles are stored on the FLASH in a custom filesystem called SAVE. SAVE has a header which describes where the various bits of the filesystem live. | ||
The first partition starts at 0x2000. The hashtable at the start of the partition describe each in-use block in the partition with a SHA256 of the | The first partition starts at 0x2000. The hashtable at the start of the partition describe each in-use block in the partition with a SHA256 of the 0x200 sized block. | ||
* The first two hashes don't seem to be associated with any | * The first two hashes don't seem to be associated with any 0x200 block. | ||
Finding the file system file base: | Finding the file system file base: |