2021-11-15 19:55:58 +01:00
### Copy these files to the root of your SD card.
2016-07-04 13:21:34 +02:00
2021-11-15 19:55:58 +01:00
## gba.txt
2017-02-11 16:28:16 +01:00
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
2021-11-15 19:55:58 +01:00
## n64.txt
2016-07-04 13:21:34 +02:00
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.
Example:
002c3b2a,NO7P,32,0
CRC32, game id, size in MByte, savetype
Savetypes:
0 = no save chip
1 = SRAM
4 = Flashram
5 = 4K Eeprom
6 = 16K Eeprom
2021-11-15 19:55:58 +01:00
## nes20db.txt
2021-10-01 12:04:26 +02:00
Database for NES cartridges.
2016-07-04 13:21:34 +02:00
2021-11-15 19:55:58 +01:00
## PCE_CRC_LIST.txt
2018-04-18 17:00:27 +02:00
Placing this file into the root of the SD card will enable verify and automatic game name identifier.
2021-11-15 19:55:58 +01:00
## snes.txt
2021-10-01 12:04:26 +02:00
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.
2016-07-04 13:21:34 +02:00
Example:
2021-10-01 12:04:26 +02:00
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)
2019-08-26 09:19:44 +02:00
2021-11-15 19:55:58 +01:00
## snes_clk.txt
Calibration data for clock generator.