Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | Next revision Both sides next revision | ||
|
submission:nintendo-carts [2021/10/11 19:27] jonasrosland |
submission:nintendo-carts [2021/10/11 19:29] jonasrosland |
||
|---|---|---|---|
| Line 54: | Line 54: | ||
| * ROM Revision: The revision found in the ROM data. (Can be extracted using GameHeader) | * 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) | * 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/mac. | ||
| + | * SHA-1: As above, or by using shasum -a 1 in a terminal emulator for linux/mac. | ||
| + | * SHA-256: As above, or by using shasum -a 256 in a terminal emulator for linux/mac. | ||
| === NDS/3DS specific: === | === NDS/3DS specific: === | ||