CCD/IMG support
Re: CCD/IMG support
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.
Bin/Cue from my understanding is standard and CCD/IMG/SUB, NRG, and MDF/MDS aren't supported as CD image files.
It is my great regret that we live in an age that is proud of machines that think and suspicious of people who try to.
- Chris23235
- Top Contributor
- Posts: 982
- Joined: Sun May 24, 2020 8:45 pm
- Has thanked: 127 times
- Been thanked: 197 times
Re: CCD/IMG support
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.
-
- Top Contributor
- Posts: 1441
- Joined: Mon May 25, 2020 7:54 pm
- Has thanked: 496 times
- Been thanked: 467 times
Re: CCD/IMG support
Wouldn't it be easier just to simply download them from the web in the proper format?
CRT SCR$ Project - building a collection of high-quality photos of CRT displays
CRT ART Books - retro-gaming books with authentic CRT photos
-
- Top Contributor
- Posts: 468
- Joined: Sun May 24, 2020 7:17 pm
- Has thanked: 35 times
- Been thanked: 99 times
- Chris23235
- Top Contributor
- Posts: 982
- Joined: Sun May 24, 2020 8:45 pm
- Has thanked: 127 times
- Been thanked: 197 times
Re: CCD/IMG support
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
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.
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.
- aberu
- Core Developer
- Posts: 1192
- Joined: Tue Jun 09, 2020 8:34 pm
- Location: Longmont, CO
- Has thanked: 247 times
- Been thanked: 411 times
- Contact:
Re: CCD/IMG support
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.
birdybro~
Re: CCD/IMG support
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.