Skip to content

CUE file: Add "Track mode" line to the Track 1 when that it's DATA #10

@cjuniorfox

Description

@cjuniorfox

This utility became very useful for converting the Sega Saturn's BIN/CUE images to CCD/IMG/SUB/CUE to properly use with the Saturn's ODE emulator Fenrir-ODE (loading games through SDCard and over Network with the Wifi WIP). The only downbreak it's about the created CUE file. The information of the "TRACK MODE" at the first track (data track MODE1/2352) it's not declared. The workaround it's manually opening the created CUE file with some text editor and adding the kind for the TRACK 1. Details below:

Command:

sbitools.exe -cue2ccd "Alien Triology (USA).cue"

Behavior:
The cue file it's generated like bellow:

FILE "Alien Trilogy (USA).img" BINARY
    INDEX 1 00:00:00
  TRACK 2 AUDIO
    INDEX 0 11:58:50
    INDEX 1 12:00:50
...

Expected:

FILE "Alien Trilogy (USA).img" BINARY
    TRACK 1 MODE1/2352
    INDEX 1 00:00:00
  TRACK 2 AUDIO
    INDEX 0 11:58:50
    INDEX 1 12:00:50
...

Regards

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