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 18:48] jonasrosland |
submission:nintendo-carts [2021/10/11 19:53] jonasrosland [Detailed information] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Gathering Dump Info for No-Intro ===== | ===== Gathering Dump Info for No-Intro ===== | ||
| + | ==== Common dump info structure ==== | ||
| <code -> | <code -> | ||
| - | Dumping tool: | + | Dumping tool and version: |
| Dumper: | Dumper: | ||
| Affiliation: | Affiliation: | ||
| Line 15: | Line 16: | ||
| Language Select: | Language Select: | ||
| WikiData ID: | WikiData ID: | ||
| + | |||
| + | ROM Region: | ||
| + | ROM Revision: | ||
| + | ROM Serial: | ||
| Size: | Size: | ||
| Line 23: | Line 28: | ||
| Physical Media Serial 1: | Physical Media Serial 1: | ||
| - | Physical Media Serial 2: | + | Physical Media Serial 2: |
| PCB Serial: | PCB Serial: | ||
| ROM Chip Serial 1: | ROM Chip Serial 1: | ||
| + | ROM Chip Serial 2: | ||
| + | ROM Chip Serial 3: | ||
| Box Serial 1: | Box Serial 1: | ||
| Box Serial 2: | Box Serial 2: | ||
| Line 38: | Line 45: | ||
| </ | </ | ||
| - | * General Note: If you are submitting this info to a person/ | + | ==== Detailed information ==== |
| - | * Link(s): Link to release post/page, if applicable. | + | |
| - | * Cart Images: Back and front. | + | |
| - | * Box Barcode: Keep the spaces. It should | + | General Note: If you are submitting this info to a person/ |
| - | * PCB Serial: Use for '' | + | |
| + | | ||
| + | * Tip: Using an emulator like Desmume can speed up the language checking dramatically since you can switch the BIOS language in the emulator settings much faster than on a real DS. You can hold down the tab key to speed up emulation. | ||
| + | * **Cart Images**: Back and front. | ||
| + | | ||
| + | * **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 | ||
| + | * **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 | ||
| + | * **SHA-1**: As above, or by using shasum -a 1 in a terminal emulator for linux/ | ||
| + | * **SHA-256**: | ||
| + | |||
| + | === GBA/N64 specific === | ||
| + | |||
| + | < | ||
| + | Physical Media Stamp: | ||
| + | </ | ||
| + | |||
| + | * **Physical media stamp**: Two numbers imprinted on the back label, possibly followed by an A or B. May need to view under a light source. | ||
| + | |||
| + | === NDS/3DS specific === | ||
| + | |||
| + | |||
| + | < | ||
| + | Encrypted ROM file info: > | ||
| + | Size: | ||
| + | CRC32: | ||
| + | MD5: | ||
| + | SHA-1: | ||
| + | SHA-256: | ||
| + | |||
| + | Decrypted ROM file info: > | ||
| + | Size: | ||
| + | CRC32: | ||
| + | MD5: | ||
| + | SHA-1: | ||
| + | SHA-256: | ||
| + | </ | ||
| - | NDS/3DS specific: | + | * **Decrypted ROM file info**: To encrypt a copy of the ROM in order to get the encrypted hashes, use [[https:// |
| - | | + | * **ROM Serial**: You can find this at 0x1150 in the ROM. |
| - | * Serial. You can find this at 0x1150 in the ROM. | + | * **ROM Revision**: You can find this at 0x312 in the ROM. |
| - | * Revision. You can find this at 0x312 in the ROM. | + | |
| - | * Cart ID: Get this from the .txt file provided by GodMode9 | + | |
| * 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 '' | ||