From 9a3e0d467c7ec21d6d32e1fc3ff2c9ff7871b51f Mon Sep 17 00:00:00 2001 From: cgarz <20268068+cgarz@users.noreply.github.com> Date: Sat, 9 Mar 2019 15:52:55 +0000 Subject: [PATCH 1/2] documented --split with some example motivations --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cf6c949..c336219 100644 --- a/README.md +++ b/README.md @@ -51,4 +51,10 @@ FILE "Big Buddy.bin" BINARY INDEX 01 38:52:66 ``` +If you want to return to the split bin format you can instead pass a merged cue file with the --split paramater. + +This is useful for example to verify psx split bin files against the Redump project's psx dat file. + +Users of MAME's chdman tool may also find this option useful as chdman returns the merged cue format when decompressing. + Have fun! From 7ad4ddccc990fcb4a7a5b5638cae41158b479c60 Mon Sep 17 00:00:00 2001 From: cgarz <20268068+cgarz@users.noreply.github.com> Date: Sun, 10 Mar 2019 00:56:47 +0000 Subject: [PATCH 2/2] spelling fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c336219..3678b11 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,9 @@ FILE "Big Buddy.bin" BINARY INDEX 01 38:52:66 ``` -If you want to return to the split bin format you can instead pass a merged cue file with the --split paramater. +If you want to return to the split bin format you can instead pass a merged cue file with the --split parameter. -This is useful for example to verify psx split bin files against the Redump project's psx dat file. +This is useful for example to verify PSX split bin files against the Redump project's PSX DAT file. Users of MAME's chdman tool may also find this option useful as chdman returns the merged cue format when decompressing.