j68k / verifydump

A tool for verifying that .chd/.rvz disc images match Redump Datfiles
MIT License
51 stars 7 forks source link

Add CSO support #9

Open mjrawesome opened 2 years ago

mjrawesome commented 2 years ago

Like CHD and RVZ, CSO is a great archival, lossless format for PSP (iirc, it might not be lossless for other platforms, though). You could use maxcso alongside chdman and DolphinTool for this purpose. It shouldn't be too much extra work, because maxcso already supports reading ISO checksum from CSO. The only problem is that, as it might be the case with the other two programs, maxcso output isn't streamable/pipeable.

j68k commented 2 years ago

Thank you very much for the suggestion. I'm a big fan of CHD, and I believe it would work in principle for PSP, but I see that PPSSPP doesn't support CHD at the moment, so it's not much use in practice. For now I'll call this a "maybe", and if anyone else would be interested in CSO support then please add a thumbs up emoji to this request so we can gauge support. Thanks again!