Skip to content

[Feature request] Improve Dreamcast LD cue output #421

Description

@Emumaddog

When dumping Dreamcast LD area, Redumper outputs a normal .cue file.
This is not wrong per se, but it would be useful to add the "REM SINGLE-DENSITY AREA" line to the .cue, as this will bring it in-line with what Redump expects and make it easier for dumpers to copy/paste correct .cues for the new website. Some dumpers have already submitted dumps with .cues without it and of course the site wants to replace the old proper .cue with the new one without REM lines, creating extra mod work to fix this.

Current behavior:
FILE "Track 1.bin" BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00
FILE "Track 2.bin" BINARY
TRACK 02 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00

Desired behavior:
REM SINGLE-DENSITY AREA
FILE "Track 1.bin" BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00
FILE "Track 2.bin" BINARY
TRACK 02 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00

Dreamdump has already been updated to include the relevant HD-Area REM statement.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions