-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cannot run Megaman 9 NES demo #7
Comments
This ROM hits instruction SBX, which is an unofficial opcode. This brings us to three possible problems:
This does not work on Nestopia, FCEUX, or Mednafen from quick testing. Working on an Everdrive does not confirm it works on real hardware -- this confirms that it runs on the Everdrive's implementation of the MMC5 mapper chip only. Should it be proven that this is an emulation bug, I am happy to fix it. Until then, I will assume the demo has not had sufficient testing to determine factually whether this is an emulation bug. |
Thank you for explaining that. I'll let the ROM maker know this |
@maxoakland this problem is fixed upstream now. It came down to stupid heuristics limiting the amount of exRAM + save RAM. It's a little late, but the next tagged release will fix this and other MMC5 hacks. |
That's awesome! I still want to play it |
Summary of issue
Read https://github.com/OpenEmu/OpenEmu/wiki/Troubleshooting:-Reporting-problems
Steps to reproduce
Expected Behavior
Observed Behavior
Debugging Information
The text was updated successfully, but these errors were encountered: