Page 1 of 1

CCD/IMG support

Posted: Sun Apr 03, 2022 7:46 am
by clarkkent
I wonder if it would be possible to support CCD/IMG. I tried several programs to convert such images but always get the error message can not be read.

Re: CCD/IMG support

Posted: Sun Apr 03, 2022 9:42 am
by darksakul
BIN/CUE and CHD are the two formats that are supported.
Bin/Cue from my understanding is standard and CCD/IMG/SUB, NRG, and MDF/MDS aren't supported as CD image files.

Re: CCD/IMG support

Posted: Sun Apr 03, 2022 10:17 am
by Chris23235
clarkkent wrote: Sun Apr 03, 2022 7:46 am I wonder if it would be possible to support CCD/IMG. I tried several programs to convert such images but always get the error message can not be read.
Easiest way to convert these images on Windows is to mount them in a virtual drive with Daemon Tools and then use a program like imgburn to create new clean CUE/BIN images from these CCD-images.

Re: CCD/IMG support

Posted: Sun Apr 03, 2022 12:25 pm
by clarkkent
As written in my first post, I get the error message that it can not be read, so converting is not possible.

Re: CCD/IMG support

Posted: Sun Apr 03, 2022 12:31 pm
by akeley
Wouldn't it be easier just to simply download them from the web in the proper format?

Re: CCD/IMG support

Posted: Sun Apr 03, 2022 12:50 pm
by breiztiger

Re: CCD/IMG support

Posted: Sun Apr 03, 2022 1:27 pm
by Chris23235
clarkkent wrote: Sun Apr 03, 2022 12:25 pm As written in my first post, I get the error message that it can not be read, so converting is not possible.
Mount the CCD file with Daemon Tools. If this gives you an error then the image is not working at all.

Re: CCD/IMG support

Posted: Sun Apr 03, 2022 11:26 pm
by softtest9
How to convert:

You can use this program to convert a .ccd to .cue: https://www.gnu.org/software/ccd2cue/

.img is identical to .bin, just change the file extension.

When all is done, open the .cue file in a text editor and verify that the contents point to the correct .bin file.

If someone would like to implement ccd/img support for the MiSTer, this information as well as ccd2cue's code might also be of help.

Re: CCD/IMG support

Posted: Mon Apr 04, 2022 4:12 am
by aberu
CCD+IMG+SUB is practically a legacy format at this point that most emulators don't seem to even support anymore. I agree with the others, for now you should just convert them or redownload the known-good redump cue/bin's instead. Who knows if ccd2cue is even going to do it correctly, whereas redump images are apparently very reliable.

Re: CCD/IMG support

Posted: Mon Apr 04, 2022 4:57 am
by zakk4223
clarkkent wrote: Sun Apr 03, 2022 12:25 pm As written in my first post, I get the error message that it can not be read, so converting is not possible.
I suspect if none of the existing converters are capable of reading your images that if anyone decided to write support for Mister, they would also not work there.