mirror of
https://github.com/sanni/cartreader.git
synced 2024-12-24 12:01:53 +01:00
Update README.md
This commit is contained in:
parent
e20c2932db
commit
2efb1de240
16
sd/README.md
16
sd/README.md
@ -1,5 +1,21 @@
|
|||||||
####Copy these files to the root of your SD card.
|
####Copy these files to the root of your SD card.
|
||||||
|
|
||||||
|
####gba.txt
|
||||||
|
This file stores the GBA database which is needed because the save type and rom size are not stored inside the rom.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
A22J,08,3
|
||||||
|
game id, size in MByte, savetype
|
||||||
|
|
||||||
|
Savetypes:
|
||||||
|
0 = Unknown or no save
|
||||||
|
1 = 4k Eeprom
|
||||||
|
2 = 64K Eeprom
|
||||||
|
3 = 256K Sram
|
||||||
|
4 = 512K Flash
|
||||||
|
5 = 1024K Flash
|
||||||
|
6 = 512K Sram
|
||||||
|
|
||||||
####n64.txt
|
####n64.txt
|
||||||
This file stores the N64 database which is needed because the save type and rom size are not stored inside the rom.
|
This file stores the N64 database which is needed because the save type and rom size are not stored inside the rom.
|
||||||
The CRC32 checksum is used to verify a good dump.
|
The CRC32 checksum is used to verify a good dump.
|
||||||
|
Loading…
Reference in New Issue
Block a user