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
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:
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.
Tengai Makyou Zero (Japan).sfc
1E327BD9,B704,ED793884,40,080
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.
And if the reported checksum is random then line 1035 to 1040 need to be put back into snes.ino and an additional entry for Super Power League 4 needs to be created.
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: