Skip to content
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

bus/nes: Support full 12-bit mapper numbers in NES 2.0 loader. #8281

Merged
merged 7 commits into from
Jul 18, 2021

Conversation

0kmg
Copy link
Contributor

@0kmg 0kmg commented Jul 11, 2021

This fixes the loader from silently loading mapper numbers modulo 256. It hooks up a skeleton list of mappers > 255 for loading loose .nes files and correctly aborts for those not hooked up.

hash/nes.xml Outdated Show resolved Hide resolved
@cuavas cuavas merged commit 6510493 into mamedev:master Jul 18, 2021
@0kmg
Copy link
Contributor Author

0kmg commented Jul 18, 2021

Thank you very much for merging this, @cuavas! This will make adding support for more recent dumps much easier as I can now test against .nes files without the tedium of first having to split roms, add softlist entries, etc.

@0kmg 0kmg deleted the nes-12-bit-mapper-nos branch July 18, 2021 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants