Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
|
submission:nintendo-carts [2021/10/11 19:19] jonasrosland [Detailed information] |
submission:nintendo-carts [2021/10/11 19:29] jonasrosland |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| <code -> | <code -> | ||
| - | Dumping tool: | + | Dumping tool and version: |
| Dumper: | Dumper: | ||
| Affiliation: | Affiliation: | ||
| Line 15: | Line 15: | ||
| Language Select: | Language Select: | ||
| WikiData ID: | WikiData ID: | ||
| + | |||
| + | ROM Region: | ||
| + | ROM Revision: | ||
| + | ROM Serial: | ||
| Size: | Size: | ||
| Line 44: | Line 48: | ||
| General Note: If you are submitting this info to a person/ | General Note: If you are submitting this info to a person/ | ||
| * Link(s): Link to release post/page, if applicable. | * Link(s): Link to release post/page, if applicable. | ||
| + | * Languages/ | ||
| * Cart Images: Back and front. | * Cart Images: Back and front. | ||
| - | * Box Barcode: Keep the spaces. It should | + | * Box Barcode: Keep the spaces. It could be verified against the barcode itself by using barcode scanning software and using the check digit. |
| + | * ROM Region: The region found in the ROM data. (Can be extracted using [[https:// | ||
| + | * ROM Revision: The revision found in the ROM data. (Can be extracted using GameHeader) | ||
| + | * ROM Serial: The four-character serial found in the ROM data. (Can be extracted using GameHeader, if the header includes it) | ||
| + | * Size: The size of the ROM in bytes. | ||
| + | * CRC32: Generated from the ROM file using [[https:// | ||
| + | * MD5: As above, or by using md5 in a terminal emulator for linux/ | ||
| + | * SHA-1: As above, or by using shasum -a 1 in a terminal emulator for linux/ | ||
| + | * SHA-256: As above, or by using shasum -a 256 in a terminal emulator for linux/mac. | ||
| === NDS/3DS specific: === | === NDS/3DS specific: === | ||
| Line 71: | Line 83: | ||
| * Cart ID: Included in the txt file beside the ROM in the virtual drive called “GAMECART”. | * Cart ID: Included in the txt file beside the ROM in the virtual drive called “GAMECART”. | ||
| * Technical note - GodMode9 displays these in the little endian byte order (i.e. first byte is the chip manufacture byte), which makes sense as the 3DS CPU is little endian (as are the DS and DSi's CPUs). But the gbatek documentation of the [[https:// | * Technical note - GodMode9 displays these in the little endian byte order (i.e. first byte is the chip manufacture byte), which makes sense as the 3DS CPU is little endian (as are the DS and DSi's CPUs). But the gbatek documentation of the [[https:// | ||
| + | * Save Chip ID: Found in the same file as the Cart ID. | ||
| * PCB Serial: Use for '' | * PCB Serial: Use for '' | ||