Skip to content

Commit

Permalink
Unrecommend editing save DB on Everdrive
Browse files Browse the repository at this point in the history
  • Loading branch information
hcs64 committed Mar 30, 2022
1 parent 20830e2 commit a9614de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ To use:

## Notes for Everdrive

Locate the `save_db.txt` file in the `ED64` directory on your SD card. Add this line to the CRC detection section:
When you successfully run the dumper, a save file called `pif_rom_dumper.srm` will be created in the `ED64\Saves` directory.

The save type is specified in the header, so it should no longer be necessary to modify `save_db.txt` on Everdrive. For historical reference, this was once done by adding a line in the CRC detection section:

```
0x5716C25D=3 (pif_rom_dumper)
```

When you successfully run the dumper, a save file called `pif_rom_dumper.srm` will be created in the `ED64\Saves` directory.

## Notes for 64drive

I prefer to use the command line tool to send the ROM over USB, set the save type to 256K SRAM, and then read back the SRAM directly.
Expand Down

0 comments on commit a9614de

Please sign in to comment.