mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-30 16:34:14 +01:00
Update README.md
This commit is contained in:
parent
ee1dcd239c
commit
c1fdb8d04b
14
sd/README.md
14
sd/README.md
@ -1,6 +1,6 @@
|
|||||||
#### Copy these files to the root of your SD card.
|
### Copy these files to the root of your SD card.
|
||||||
|
|
||||||
#### gba.txt
|
## gba.txt
|
||||||
This file stores the GBA database which is needed because the save type and rom size are not stored inside the rom.
|
This file stores the GBA database which is needed because the save type and rom size are not stored inside the rom.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
@ -16,7 +16,7 @@ Savetypes:
|
|||||||
5 = 1024K Flash
|
5 = 1024K Flash
|
||||||
6 = 512K Sram
|
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.
|
||||||
|
|
||||||
@ -31,18 +31,18 @@ Savetypes:
|
|||||||
5 = 4K Eeprom
|
5 = 4K Eeprom
|
||||||
6 = 16K Eeprom
|
6 = 16K Eeprom
|
||||||
|
|
||||||
#### nes20db.txt
|
## nes20db.txt
|
||||||
Database for NES cartridges.
|
Database for NES cartridges.
|
||||||
|
|
||||||
#### PCE_CRC_LIST.txt
|
## PCE_CRC_LIST.txt
|
||||||
Placing this file into the root of the SD card will enable verify and automatic game name identifier.
|
Placing this file into the root of the SD card will enable verify and automatic game name identifier.
|
||||||
|
|
||||||
#### snes.txt
|
## snes.txt
|
||||||
This file is needed for odd sized SNES games like Final Fantasy (JAP), Super Metroid(US/JAP) or Tales of Symphonia. Without this file you will get overdumps and the checksum calculation will fail. This list was generated by a simple script and might contain many errors.
|
This file is needed for odd sized SNES games like Final Fantasy (JAP), Super Metroid(US/JAP) or Tales of Symphonia. Without this file you will get overdumps and the checksum calculation will fail. This list was generated by a simple script and might contain many errors.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
A172,24,48
|
A172,24,48
|
||||||
checksum, size in Mbit, number of banks (lorom needs twice as many banks as hirom for the same rom size, lorom: 32kb banks, hirom: 64kb banks)
|
checksum, size in Mbit, number of banks (lorom needs twice as many banks as hirom for the same rom size, lorom: 32kb banks, hirom: 64kb banks)
|
||||||
|
|
||||||
#### snes_clk.txt
|
## snes_clk.txt
|
||||||
Calibration data for clock generator.
|
Calibration data for clock generator.
|
Loading…
Reference in New Issue
Block a user