Commit Graph

5 Commits

Author SHA1 Message Date
vonmillhausen
47d825473e Minor update to stock ROM info files
Updated the CRC32 values to add leading zeroes where they were missing - thanks to `nummacway` for pointing this out! Closes #15.

Also took the opportunity to take out the "game may not load" part of the corrupt thumbnail messages, as it turns out the SF2000's loader works around thumbnail issues.
2024-04-01 22:33:05 +01:00
vonmillhausen
6b91ee4a89 Another default ROMs update
Decided to do a bit of digging into the ROMs with corrupt thumbnails, to see if I could determine it programmatically; turns out yup, they all have thumbnail data that's longer than the 59,904 bytes the format allows for. Updated my WQW-scanning code to find the first offset, and now I flag any ROMs whose thumbnail data is too long.

This change also let me fix up and match a few more ROMs where the WQW zip file is actually fine, but is just at the wrong place in the file.
2023-06-10 14:58:30 +01:00
vonmillhausen
1d38e04550 Oops, broke all other systems when fixing NES hashes
If a job's worth doing right, it's worth doing wrong at least twice first 😅
2023-06-09 22:43:58 +01:00
vonmillhausen
6f1607056b Updated NES default ROM details
Turns out the SF2000's NES ROMs contain an "iNES" header, which No-Intro doesn't like; stripped the header now, and compared against the "headerless" DAT - thanks to `osaka#9664` for the tip!
2023-06-09 22:36:12 +01:00
vonmillhausen
1b8e83f806 Added info about the default included ROMs
Including HTML/CSV files matching the ROMs against the current No-Intro database
2023-06-09 21:49:18 +01:00