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

Improper cue file generated when Track 2 is MODE2 instead of AUDIO #8

Open
staticanime opened this issue Mar 3, 2020 · 0 comments
Open

Comments

@staticanime
Copy link

staticanime commented Mar 3, 2020

I've run across a possible issue with handling of cue files for a very small number of PSX games, while prepping my collection for use with both emulators and PS-IO.

Using the game Constructor (Europe) as an example, the ReDump cue is:

FILE "Constructor (Europe) (En,Fr,De,Es) (Track 1).bin" BINARY
TRACK 01 MODE2/2352
INDEX 01 00:00:00
FILE "Constructor (Europe) (En,Fr,De,Es) (Track 2).bin" BINARY
TRACK 02 MODE2/2352
INDEX 00 00:00:00
INDEX 01 00:02:00

Using something like binmerge against the ReDump split files creates a bin file that matches the Total CRC on the ReDump page, and produces this cuesheet:

FILE "Constructor (Europe).bin" BINARY
TRACK 01 MODE2/2352
INDEX 01 00:00:00
TRACK 02 MODE2/2352
INDEX 00 18:07:34
INDEX 01 18:09:34

Using SBITools against the ReDump split files creates a img file that matches the Total CRC on the ReDump page, however it produces this cuesheet instead:

FILE "Constructor (Europe).img" BINARY
TRACK 1 MODE2/2352
INDEX 1 00:00:00
TRACK 2 MODE2/2352
INDEX 0 18:07:34
TRACK 2 MODE2/2352
INDEX 1 18:07:34

So far, I've noted this behavior in:
Constructor (EU)
Perfect Assassin (EU)
Street Fighter Alpha 2 (EU)
Street Fighter Collection (Disc 2) (EU)

@Kippykip Kippykip pinned this issue Aug 28, 2021
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