submission:nintendo-carts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next 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:41]
jonasrosland
Line 28: Line 28:
 Physical Media Serial 1:  Physical Media Serial 1: 
 Physical Media Serial 2: Physical Media Serial 2:
-Physical Media Stamp:  
 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 54: Line 55:
   * 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://mh-nexus.de/en/hxd/|HxD]] or [[http://implbits.com/products/hashtab/|HashTab]] on windows, or by using crc32 in a terminal emulator for linux/mac.
 +  * 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.
 +
 +=== N64 specific ===
 +
 +<code>
 +Physical Media Stamp: 
 +</code>
 +
 +  * 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===+=== NDS/3DS specific ===
  
  
  • submission/nintendo-carts.txt
  • Last modified: 2022/02/17 14:32
  • by hiccup