From 19c15659dcf922bda6133479876b758d6488b004 Mon Sep 17 00:00:00 2001 From: AJR Date: Tue, 20 Sep 2022 17:32:44 -0400 Subject: Update docs on romcmp --- docs/man/romcmp.1 | 3 +++ docs/source/tools/othertools.rst | 8 +++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/man/romcmp.1 b/docs/man/romcmp.1 index a3de1153d6f..3430f7ab18e 100644 --- a/docs/man/romcmp.1 +++ b/docs/man/romcmp.1 @@ -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 diff --git a/docs/source/tools/othertools.rst b/docs/source/tools/othertools.rst index eb4c479b846..ebf31719d16 100644 --- a/docs/source/tools/othertools.rst +++ b/docs/source/tools/othertools.rst @@ -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 ------- -- cgit v1.2.3