-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels