ISO support has gone - for good?
- JudgeDrokk
- Posts: 120
- Joined: Mon May 25, 2020 9:45 am
- Has thanked: 93 times
- Been thanked: 21 times
ISO support has gone - for good?
Has ISO support been dropped in favour of CHD?
Some homebrew stuff/Emulators for PSX are in ISO and now no longer show up.
Hopefully not gone for good?
Some homebrew stuff/Emulators for PSX are in ISO and now no longer show up.
Hopefully not gone for good?
- JudgeDrokk
- Posts: 120
- Joined: Mon May 25, 2020 9:45 am
- Has thanked: 93 times
- Been thanked: 21 times
Re: ISO support has gone - for good?
I've not messed with ISOs for years since using CDRWIN a long time ago.....
is there a free converter as I dont wanna spend £30 just to convert 2 or 3 ISOs
The trial versions wont convert a ISO bigger than 500 megs.
- SuperBabyHix
- Posts: 152
- Joined: Sun May 24, 2020 8:26 pm
- Has thanked: 45 times
- Been thanked: 36 times
Re: ISO support has gone - for good?
IMGBurn may let you convert it. If not, you could mount the ISO with something like WinCDEmu and then rip it to bin/cue with IMGBurn.
Re: ISO support has gone - for good?
Use something like Daemon Tools to mount your ISO image
Then use Imgburn to create an Image from a Disc and choose to save as bin/cue format
I also just found this, but I haven't used it myself yet
https://github.com/vicboma1/chdman-conv ... d-for-mess
There a iso to chd bat file that might streamline the whole process.
Then use Imgburn to create an Image from a Disc and choose to save as bin/cue format
I also just found this, but I haven't used it myself yet
https://github.com/vicboma1/chdman-conv ... d-for-mess
There a iso to chd bat file that might streamline the whole process.
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.
Re: ISO support has gone - for good?
Use chdman from mame-tools (ubuntu)
You can use cue as source too.
I have converted all my iso or cue/bin collection to chd this way.
There is also windows alternative.
Too bad I have not found this tool on mister directly. Maybe we should ask to be included in future releases.
Code: Select all
chdman createcd -i source.iso -o output.chd
I have converted all my iso or cue/bin collection to chd this way.
There is also windows alternative.
Too bad I have not found this tool on mister directly. Maybe we should ask to be included in future releases.
Re: ISO support has gone - for good?
Here is a good resource for PS1 chdman:
https://i12bretro.github.io/tutorials/0323.html
In your case download chdman here:
https://drive.google.com/file/d/1_-ZhXm ... sp=sharing
In windows create a batch file with this code and drop it in the same dir as your ISO's:
https://i12bretro.github.io/tutorials/0323.html
In your case download chdman here:
https://drive.google.com/file/d/1_-ZhXm ... sp=sharing
In windows create a batch file with this code and drop it in the same dir as your ISO's:
Code: Select all
for /r %%i in (*.iso) do chdman createcd -i "%%i" -o "%%~ni.chd
-
- Core Developer
- Posts: 385
- Joined: Sat May 23, 2020 12:55 pm
- Has thanked: 42 times
- Been thanked: 414 times
Re: ISO support has gone - for good?
We could generate 1 data track only for ISO, then it will work again.
If anyone wants to implement that and do a pull request, contact me here or in discord.
Until then, the only way is converting to chd or rename to .bin and create a .cue for it.
Both is quite easy to do.
For .cue, just take any .cue you have from a single bin file and exchange the name of the bin in it -> done.
If anyone wants to implement that and do a pull request, contact me here or in discord.
Until then, the only way is converting to chd or rename to .bin and create a .cue for it.
Both is quite easy to do.
For .cue, just take any .cue you have from a single bin file and exchange the name of the bin in it -> done.
Re: ISO support has gone - for good?
Single iso file for PS1 games? Never seen that anywhere. This reminds me of this…
https://xkcd.com/1172/
https://xkcd.com/1172/
-
- Posts: 22
- Joined: Sun Oct 25, 2020 3:01 pm
- Been thanked: 5 times
Re: ISO support has gone - for good?
I converted all my iso into chd using MacOs and they work just fine .. you can use brew, install rom-tools and then use chdman , I also managed to use img files without problems
Re: ISO support has gone - for good?
i've made a windows tool where you can drag and drop the folders unto it and start converting, single folder works but still implementing multiple file / folder support.
it requires the chdman.exe included with the latest mame build as well naturally.
it requires the chdman.exe included with the latest mame build as well naturally.
- Sigismond0
- Posts: 339
- Joined: Mon May 25, 2020 2:21 am
- Has thanked: 1 time
- Been thanked: 66 times
Re: ISO support has gone - for good?
Attached batch file will run through the local folder and all subdirectories, and convert every .cue and .iso formatted file to .chd. This is a slightly modified version of the .bat provided by Retropie.org.uk. Leaves your original files/structure intact, and puts all .chd files in the local folder. Put this .bat and chdman into your games/PSX folder and double click the .bat file.
Once you've got the .chds, delete or backup you other format files and drop the .chd files into your preferred file structure. (Note, I only had .cue format, but it should work on .iso no problem).
I ran a full NA library through and it took a little over a day. Slow going on a big library, but it gets the job done.
Once you've got the .chds, delete or backup you other format files and drop the .chd files into your preferred file structure. (Note, I only had .cue format, but it should work on .iso no problem).
I ran a full NA library through and it took a little over a day. Slow going on a big library, but it gets the job done.
- Attachments
-
- CUE or ISO to CHD.zip
- (207 Bytes) Downloaded 246 times
- JudgeDrokk
- Posts: 120
- Joined: Mon May 25, 2020 9:45 am
- Has thanked: 93 times
- Been thanked: 21 times
Re: ISO support has gone - for good?
Running now and seems to be working - thanks for tip!!Sigismond0 wrote: ↑Thu Feb 24, 2022 3:54 pm Attached batch file will run through the local folder and all subdirectories, and convert every .cue and .iso formatted file to .chd. This is a slightly modified version of the .bat provided by Retropie.org.uk. Leaves your original files/structure intact, and puts all .chd files in the local folder. Put this .bat and chdman into your games/PSX folder and double click the .bat file.
Once you've got the .chds, delete or backup you other format files and drop the .chd files into your preferred file structure. (Note, I only had .cue format, but it should work on .iso no problem).
I ran a full NA library through and it took a little over a day. Slow going on a big library, but it gets the job done.
Games etc can be re sourced in a compatible format - the problem I had was with some emulators and stuff that are fun to mess with.
- JudgeDrokk
- Posts: 120
- Joined: Mon May 25, 2020 9:45 am
- Has thanked: 93 times
- Been thanked: 21 times
Re: ISO support has gone - for good?
It's a long time since I used ISOs .. back in the CDRWIN /NERO days. It was just one thing that I had on PSX - a Emulator with a pack load of built in games.
Standard PSX games I can easily resouce in the right format.
Thanks for the tips!
- JudgeDrokk
- Posts: 120
- Joined: Mon May 25, 2020 9:45 am
- Has thanked: 93 times
- Been thanked: 21 times
Re: ISO support has gone - for good?
Thanks for the tip! Working on it now!porjay wrote: ↑Wed Feb 23, 2022 10:10 pm Here is a good resource for PS1 chdman:
https://i12bretro.github.io/tutorials/0323.html
In your case download chdman here:
https://drive.google.com/file/d/1_-ZhXm ... sp=sharing
In windows create a batch file with this code and drop it in the same dir as your ISO's:Code: Select all
for /r %%i in (*.iso) do chdman createcd -i "%%i" -o "%%~ni.chd
It was a couple of emulators (with built in rom packs)that were in the wrong format... just fun to have!
Games I can re-source in the right format. Thanks for the help!
- JudgeDrokk
- Posts: 120
- Joined: Mon May 25, 2020 9:45 am
- Has thanked: 93 times
- Been thanked: 21 times
- JudgeDrokk
- Posts: 120
- Joined: Mon May 25, 2020 9:45 am
- Has thanked: 93 times
- Been thanked: 21 times
Re: ISO support has gone - for good?
Thanks - there were few older homebrew and demoscene things that were ISO... that's how I nptieced the ommission.FPGAzumSpass wrote: ↑Thu Feb 24, 2022 4:28 am We could generate 1 data track only for ISO, then it will work again.
If anyone wants to implement that and do a pull request, contact me here or in discord.
Until then, the only way is converting to chd or rename to .bin and create a .cue for it.
Both is quite easy to do.
For .cue, just take any .cue you have from a single bin file and exchange the name of the bin in it -> done.
I converted to CHD thanks to CHDMAN - simple!#
Thanks though ..
Awesome core!
- Caldor
- Top Contributor
- Posts: 930
- Joined: Sat Jul 25, 2020 11:20 am
- Has thanked: 112 times
- Been thanked: 111 times
Re: ISO support has gone - for good?
The core stopped supporting ISO? Interesting. Hmmm, I might be able to add support for ISO and BIN files now that I have gotten to understand MiSTer code better. Or at all even, because it used to just be a big confusing mess tbh. MiSTer Main is coded in C and much of that code is not much like C# like I use to code in, but a few helpful souls on the Discord helped me understand some of the different things in C so now I can usually make small changes like this pretty fast.
I already helped add support for single bin multi-track images. Hmmm, come to think of it, adding support for mounting bin files directly would probably be very confusing. I will just add ISO support when I get around to it.
I already helped add support for single bin multi-track images. Hmmm, come to think of it, adding support for mounting bin files directly would probably be very confusing. I will just add ISO support when I get around to it.