submission:vita-carts

Differences

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

Link to this comparison view

Next revision Both sides next revision
submission:vita-carts [2021/10/12 03:33]
jonasrosland created
submission:vita-carts [2021/12/09 21:02]
hiccup [Detailed information]
Line 51: Line 51:
   * **Box Barcode**: Keep the spaces. It could be verified against the barcode itself by using barcode scanning software and using the check digit.   * **Box Barcode**: Keep the spaces. It could be verified against the barcode itself by using barcode scanning software and using the check digit.
   * **Size**: The size of the ROM in bytes.   * **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.+  * **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. For NoNPDRM, as the "ROM" consists of a folder multiple sub-folders and files, you will want to use the "dir2dat" function of clrmarepro with [[https://datomatic.no-intro.org/stuff/example_dir2dat.jpg|these]] settings.
   * **MD5**: As above, or by using md5 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-1**: As above, or by using shasum -a 1 in a terminal emulator for linux/mac.
  • submission/vita-carts.txt
  • Last modified: 2021/12/31 17:20
  • by hiccup