Update docs on romcmp

This commit is contained in:
AJR 2022-09-20 17:32:44 -04:00
parent ab4680981d
commit 19c15659dc
2 changed files with 10 additions and 1 deletions

View File

@ -38,6 +38,9 @@ ROM set is a clone of another ROM set.
.TP
.B \-d
Enables a slower, more comprehensive comparison.
.TP
.B \-h
Prints hashes (CRC-32, SHA-1) and 16-bit sums for all files.
.\"
.\" EXAMPLES chapter
.SH EXAMPLES

View File

@ -44,12 +44,18 @@ ldresample
This tool recompresses video data for laserdisc and VHS dumps. Most users will not need to work with this.
ldverify
--------
This tool is used for comparing laserdisc or VHS CHD images with the source AVI. Most users will not need to work with this.
romcmp
------
This tool is used to perform basic data comparisons and integrity checks on binary dumps. With the -h switch, it can also be used to calculate hash functions. Most users will not need to work with this.
unidasm
-------