mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +01:00
Merge branch 'master' of https://github.com/sanni/cartreader
This commit is contained in:
commit
b14dfd548d
@ -24,21 +24,25 @@ Success.
|
||||
```
|
||||
|
||||
Before you write anything you should always do a backup of your rom and mapping.
|
||||
So next send "h" and then send a filename like "original.map" to save your carts original mapping.
|
||||
So next send "h" and then send a filename like "original.map" to save your carts original mapping.
|
||||
```
|
||||
Reading mapping into file original.map
|
||||
Done.
|
||||
```
|
||||
|
||||
Now save the flash by sending "d" and again choosing a filename like "flash.bin", it should now beginn to print dots to indicate progress.
|
||||
Now save the flash by sending "d" and again choosing a filename like "flash.bin", it should now beginn to print dots to indicate progress.
|
||||
```
|
||||
Reading flash into file flash.bin
|
||||
Reading flash into file flash.bin
|
||||
................................................................
|
||||
```
|
||||
|
||||
Finally you can split the flash.bin file into the individual roms using the NP Split program: https://github.com/sanni/cartreader/tree/master/extras/npsplit
|
||||
Finally you can split the flash.bin file into the individual roms and the menu using the NP Split program:
|
||||
https://github.com/sanni/cartreader/tree/master/extras/npsplit
|
||||
|
||||
To flash something new you need to erase both the flash and the mapping first before you send the write command. Flashing the Nintendo Power Cart is more complicated since you need to provide it with a mapping.map and flash.bin file. You can create those files with the SF Memory Binary Maker: https://github.com/moldov/SF-Memory-Binary-Maker
|
||||
To flash something new you need to erase both the flash and the mapping first before you send the write command. You also need to provide mapping.map and flash.bin files on your own.
|
||||
|
||||
You can create those files with the SF Memory Binary Maker: https://github.com/moldov/SF-Memory-Binary-Maker
|
||||
In this case rename SHVC-MENU.bin you got from NP Split into menu.sfc and copy it next to the .exe. You can also use a Hex Editor to cut-out the first 512KB of your original flash dump and rename it to menu.sfc instead.
|
||||
In SF Memory Binary Maker you got two options either create a standalone map file from a single rom up to 4MB or you can add multiple roms and create a combined .bin and .map file. The sum of all the roms together can't exceed 3.5MB however since you still need 512KB for the menu.
|
||||
|
||||
![](https://dl.dropboxusercontent.com/s/7ptv5hdf4iwi0lb/npwriter10.jpg?dl=1)
|
||||
|
Loading…
Reference in New Issue
Block a user