1
0
Fork 0
mirror of https://github.com/putnam/binmerge.git synced 2025-04-19 08:28:06 +02:00

documented --split with some example motivations

This commit is contained in:
cgarz 2019-03-09 15:52:55 +00:00 committed by GitHub
parent 2dab7256d5
commit 9a3e0d467c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!