Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - Create a Redump GD-ROM .cue when GD mode is used. #150

Open
ehw opened this issue Sep 10, 2022 · 0 comments
Open

Feature Request - Create a Redump GD-ROM .cue when GD mode is used. #150

ehw opened this issue Sep 10, 2022 · 0 comments

Comments

@ehw
Copy link

ehw commented Sep 10, 2022

Is your feature request related to a problem? Please describe.
Currently, when DiscImageCreator's GD mode is used to dump a GD-ROM, it outputs a .gdi file and a .cue file. The cue file is not in the format that Redump requires, and it's missing the low density tracks that are present in the .gdi file that gets output. The .cue file must have a "REM SINGLE-DENSITY AREA" and a "REM HIGH-DENSITY AREA" separating the entries for the low and high density track listings. Otherwise, without manually editing the cue files to include all the required fields, the .cue file will not work.

Describe the solution you'd like
Can DiscImageCreator create a .cue file that includes all the tracks from a GD-ROM automatically when "GD" mode is used? This would mean that the output would look like the following.

REM SINGLE-DENSITY AREA
FILE "Phantasy Star Online (Japan) (Demo) (Track 1).bin" BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00
FILE "Phantasy Star Online (Japan) (Demo) (Track 2).bin" BINARY
TRACK 02 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
REM HIGH-DENSITY AREA
FILE "Phantasy Star Online (Japan) (Demo) (Track 3).bin" BINARY
TRACK 03 MODE1/2352
INDEX 01 00:00:00

Describe alternatives you've considered
Convert the .gdi output directly to .cue instead of doing it at run time?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant