mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-10 23:15:08 +01:00
Update README.md
This commit is contained in:
parent
a0f0d558ce
commit
ddd7adbaab
35
sd/README.md
35
sd/README.md
@ -1,8 +1,8 @@
|
|||||||
### Copy these files to the root of your SD card. If you're on Linux or MAC make sure the Windows style line endings(CRLF) don't get removed.
|
### Copy these files to the root of your SD card. If you're on Linux or MAC make sure the Windows style line endings(CRLF) don't get removed.
|
||||||
Hint: You can select all the databases, right-click, properties, mark checkbox Hidden and now they won't show up in the Cart Reader's file browser.
|
Hint: You can select all the databases, right-click, properties, mark checkbox Hidden and now they won't show up in the Cart Reader's file browser.
|
||||||
|
|
||||||
## gb.txt / md.txt / pce.txt / sms.txt
|
## gb.txt / gg.txt / md.txt / pce.txt / sms.txt / vb.txt
|
||||||
These files store the ROM names and the CRC32 checksums.
|
These files store the ROM names and the CRC32 checksums of the complete ROM and are used only for verification at the end of the dumping process.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
007 - The World Is Not Enough (USA, Europe).gbc
|
007 - The World Is Not Enough (USA, Europe).gbc
|
||||||
@ -11,6 +11,16 @@ E038E666
|
|||||||
Name
|
Name
|
||||||
CRC32
|
CRC32
|
||||||
|
|
||||||
|
## colv.txt / wsv.txt
|
||||||
|
Stores the ROM name, CRC32 of the complete ROM, CRC32 of the first 512 bytes and size in KB, since the size is not stored in the ROM it is needed for dumping.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
Artillery Duel (USA).col
|
||||||
|
6F88FCF0,48474D52,16
|
||||||
|
|
||||||
|
Name
|
||||||
|
CRC32 (complete ROM), CRC32 (512 bytes), size in KB
|
||||||
|
|
||||||
## 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.
|
||||||
|
|
||||||
@ -30,6 +40,16 @@ Savetypes:
|
|||||||
5 = 1024K Flash
|
5 = 1024K Flash
|
||||||
6 = 512K Sram
|
6 = 512K Sram
|
||||||
|
|
||||||
|
## intv.txt
|
||||||
|
This file stores the Intellivision database which is needed because the save type and rom size are not stored inside the rom.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
Air Strike (USA) (Proto).int
|
||||||
|
2C668249,1BB8CBB9,0,08,0
|
||||||
|
|
||||||
|
Name
|
||||||
|
CRC32(whole ROM), CRC32(first 512bytes), mapper, size in KB, save
|
||||||
|
|
||||||
## 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.
|
||||||
@ -49,7 +69,7 @@ Savetypes:
|
|||||||
6 = 16K Eeprom
|
6 = 16K Eeprom
|
||||||
|
|
||||||
## nes.txt
|
## nes.txt
|
||||||
This file stores the iNES Header, the CRC32 of the first 512 bytes after the iNES header and the CRC32 of the complete ROM minus the iNES header.
|
This file stores the CRC32 of the complete ROM minus the iNES header, the CRC32 of the first 512 bytes after the iNES header and the iNES Header. The iNES header holds all the mapping info.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
89 Dennou Kyuusei Uranai (Japan).nes
|
89 Dennou Kyuusei Uranai (Japan).nes
|
||||||
@ -67,11 +87,8 @@ This file stores NES 2.0 data about NES ROMs, generated from [NewRisingSun's nes
|
|||||||
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 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.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
'96 Zenkoku Koukou Soccer Senshuken (Japan).sfc
|
2020 Super Baseball (Japan).sfc
|
||||||
05FBB855,70DE,12,048
|
E95A3DD7,0C19,379A6FFB,12,024
|
||||||
|
|
||||||
Name
|
Name
|
||||||
CRC32, internal 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)
|
CRC32, internal checksum, CRC32 of header area(0xFFB0-0xFFFF), 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
|
|
||||||
Calibration data for clock generator. Generated by the cartreader calibration function.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user