From 7e71f0b4ab9af3412b0c14ebffed1e1f12b66d46 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 31 Oct 2017 15:13:44 -0700 Subject: [PATCH] [README.MD] Add CHD stuff --- README.MD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 05dc4cfc..59015394 100644 --- a/README.MD +++ b/README.MD @@ -16,7 +16,7 @@ As the core of the SabreTools suite, C# library provides nearly all of the funct * **Dir2DAT / DATFromDir** - Create a DAT from a file, folder, or mix of both * Archives and files can be filtered selectively - * Archives can be treated like files, that is, it will get an external hash only + * Archives and CHDs can be treated like files, that is, it will get an external hash only * Multiple input archive formats are supported: 7zip, GZip, RAR, TAR, and ZIP/ZIP64 * Multiple hashing algorithms available, up to SHA-512 * Created DATs can be output in multiple formats at once, including ClrMamePro, Logiqx XML, and RomCenter @@ -54,11 +54,13 @@ As the core of the SabreTools suite, C# library provides nearly all of the funct * Can rebuild from multiple DATs at the same time * Cross-check with multiple hashing algorithms, up to SHA-512 * Can output a fixdat based on the rebuilt files + * CHDs can be rebuilt either to folders or to TorrentGZ archives * **Verify From DAT** - Act as a simple verifier for files * Two options for verification target: standard folder and Romba depot * Exact verification and hash-only verification both available * Can verify from multiple DATs at the same time * Cross-check with mutliple hashing algorithms, up to SHA-512 + * CHDs can be treated like files This tool has a comprehensive list of command line parameters that can be used to do the above and much more.