You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what the ideal output from Redumper should be here.
These weird discs allocate 8 bytes to the serial and 8 bytes to the version, rather than 10 and 6.
If there are a few discs that use 8/8 instead of 10/6 then redumper could check 8/8 if an invalid version is returned initially.
At least these are rare and when adding to redump we would notice this in the logs.
This can be handled correctly. You probably saw my MCD code. How it was implemented - I extracted those headers from all available roms to see all the corner cases and defined a permissive struct for all combinations.
Sega is known to not be very compliant in their headers. I think internally they treat it just as a long string.
Sometimes illegal version formats exist.
In this case, the wrong serial number is reported and no version is reported.
e.g.
http://redump.org/disc/3238/
another illegal format
http://redump.org/disc/17418/
The text was updated successfully, but these errors were encountered: