Updated Read N64 cartridge (markdown)

sanni 2023-04-09 18:10:53 +02:00
parent 4453b99405
commit 1e180438ea

@ -20,16 +20,3 @@ Since N64 ROMS are quite big there is an option to dump the ROM and calculate th
Doing both simultaneously is faster but it does not work with all Cart Reader/Mega Pro 2560/SD card combinations.
If you have issues dumping N64 ROMs you can disable fastcrc by adding // in front of "#define fastcrc" found under HW CONFIGS in Cart_Reader.ino.
### Emulator saves:
If you want to write a savegame from an emulator to the cartridge or if you want to play a savegame from a cartridge in an emulator you might need to [**byte/word swap**][byte_swap] it first.
- To byte/word swap on Windows, you can download either **Cephiros'** [Save Ram Conversion Utility](https://github.com/sanni/cartreader/discussions/593) or **saturnu's** [ED64-Saveswap][ed64ss_db]. For more details on this tool, you can reference [this post][ed64ss_edf] on the EverDrive Forum.
- Alternatively, to byte/word swap on any other machine capable of running Python code, check out **ssokolow's** [N64-Saveswap][ssokolow].
[n64_txt]: <https://raw.githubusercontent.com/sanni/cartreader/master/sd/n64.txt>
[switches_eep]: <https://dl.dropboxusercontent.com/s/4x16gvsg1kd6rbm/n64_jumper3v3_eep.jpg?dl=1>
[byte_swap]: <https://retrocomputing.stackexchange.com/questions/16131/what-does-byteswapped-and-bigendian-refer-to-in-the-context-of-video-game-ro>
[ed64ss_db]: <https://www.dropbox.com/s/1kfzp0cowb0exmc/ED64-Saveswap.zip?dl=1>
[ed64ss_edf]: <http://krikzz.com/forum/index.php?topic=1396.0>
[ssokolow]: <https://github.com/ssokolow/saveswap>