-
Notifications
You must be signed in to change notification settings - Fork 228
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
Super Power League 4 Being Overdumped #875
Comments
In SNES.ino line 1035-1037 SPC HiROM games get set to 3MB. This is aimed at fixing Momotarou Dentetsu Happy but also seems to wrongly affect Super Power League 4.
There is a similar fix for Tengai Makyou Zero in line 1038-1040.
The corresponding entries in the snes.txt database are currently ignored because of the above fixes. snes.txt format:
And at least for Super Power League 4 the size info in snes.txt seems to be wrong too, should be 16 Mbit and 32 banks not 2 Mbit and 4 banks. Also I am not sure about the internal checksums, as they differ from what an emulator reports. To start fixing this issue line 1035 to 1040 should be (temporarily) deleted from SNES.ino and then the three games should be retested to see what internal checksum they are searching the database for and if the checksum is always the same or random on multiple tries. If the checksum is always the same we can use the snes.txt database to set the ROM sizes. |
Momotarou Dentetsu Happy dumps fine for me
|
OSCR firmware version
13.1
OSCR hardware version
HW5 Rev5
Attach OSCR_LOG.txt file here
No response
System used
SNES/Super Famicom
Describe the issue.
Super Power League 4 is dumping 3MB files when they should only be 2MB. The first 2MB is great and exactly as expected.
Worth noting Super Power League is one of 3 SPC7110 games. I also have Tengai Makyō Zero (Far East of Eden Zero) and was able to confirm that dumps fine. I also noticed there's a note for the other (Momotarou Dentetsu Happy) in the code so I assume that one works fine as well but I don't have a cart to verify. Also worth noting Super Power League 4 is the smallest of the 3 roms.
The text was updated successfully, but these errors were encountered: