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.
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.