Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
submission:general-detailed [2023/02/26 03:09] – cartridge_hermit | submission:general-detailed [2023/03/05 01:53] (current) – cartridge_hermit | ||
---|---|---|---|
Line 1: | Line 1: | ||
===== Gathering and Submitting Dump Info (Detailed) ===== | ===== Gathering and Submitting Dump Info (Detailed) ===== | ||
- | The more information about a dump, the better. If you want to provide more details than the bare minimum found in the [[submission: | + | This page is in the process of being merged with [[submission: |
- | + | ||
- | Not all the information below is required, but maximizing the information in your submission helps the preservation community as a whole. | + | |
==== Common dump info structure ==== | ==== Common dump info structure ==== | ||
- | < | + | < |
Dumping tool and version: | Dumping tool and version: | ||
Dumper: | Dumper: | ||
Line 48: | Line 46: | ||
PCB Images: | PCB Images: | ||
Box Images: | Box Images: | ||
- | |||
</ | </ | ||
==== Detailed information ==== | ==== Detailed information ==== | ||
- | |||
- | If you are submitting a dump to someone who's adding it to a database, you can skip the transcription of some items, but it can make the process smoother if you do the transcription yourself. Aside from the checkum, items derived from the ROM file itself can be skipped if your ROM matches an existing dump. | ||
- | |||
- | === Game metadata === | ||
- | |||
- | * **Dump release date**: For public releases of prototypes (etc) | ||
- | * **Link(s)**: | ||
- | * **Languages/ | ||
- | * 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 hardware. You can hold down the tab key to speed up emulation. | ||
- | * **ROM Region**: The region found in the ROM data. (Extractable with [[https:// | ||
- | * **ROM Revision**: The revision found in the ROM data. (Extractable with GameHeader) | ||
- | * **ROM Serial**: The four-character serial found in the ROM data. (Extractable with GameHeader, if the header includes it) | ||
- | |||
- | * **Physical Media Serial 2**: Secondary serial. For most carts, this is an optional "REV X" or " | ||
- | * **Physical media stamp**: For most carts, this is two numbers imprinted on the top-left or top-right of the back label (front label for GB/ | ||
- | * **Box Barcode**: Keep the spaces. It could be verified against the barcode itself by using barcode scanning software and using the check digit. | ||
- | * **Cart and PCB Images**: Back and front. | ||
- | |||
- | === ROM file info === | ||
- | |||
- | * **Size**: The size of the ROM in bytes. You can view this in your file manager, or on GNU/Linux and macOS, in the terminal run <code bash> wc -c ROMFILENAME</ | ||
- | * **CRC32**: On GNU/Linux and macOS, in the terminal run <code bash> | ||
- | * **MD5**: On GNU/Linux, in the terminal run <code bash> | ||
- | * **SHA-1**: On GNU/Linux and macOS, in the terminal run <code bash> | ||
- | * **SHA-256**: | ||
=== NDS/3DS specific === | === NDS/3DS specific === |