Anonymous

ROM images: Difference between revisions

From Sinclair Wiki
→‎Checksum information: Update jacksum / rhash examples
(Add Derby ROM)
(→‎Checksum information: Update jacksum / rhash examples)
Line 214: Line 214:
To produce a line similar to that needed for this article, with minimal editing, one can use:
To produce a line similar to that needed for this article, with minimal editing, one can use:


  jacksum -a crc32+sha1+md5 -F "|#FILENAME||#FILESIZE||#CHECKSUM{0}||#CHECKSUM{1}||#CHECKSUM{2}" FILES
  jacksum -a crc32+sha1+md5 -F "<nowiki>{{ROM images table row|#FILENAME|#FILESIZE|#CHECKSUM{0}|#CHECKSUM{1}|#CHECKSUM{2}|DESCRIPTION}}</nowiki>" FILES


or:
or:


  rhash -p "|%f||%s||%c||%h||%m\n" FILES
  rhash -p "<nowiki>{{ROM images table row|%f|%s|%c|%h|%m|DESCRIPTION}}</nowiki>\n" FILES


Note that checksums can be freely shared on the Internet without concern over copyright, as these simply provide a mechanism for determining validity of ROM dumps that you already have.
Note that checksums can be freely shared on the Internet without concern over copyright, as these simply provide a mechanism for determining validity of ROM dumps that you already have.