Implement pirate mapper 044 inside the 004.RBF library. - #8
Open
vslashg wants to merge 1 commit into
Open
Conversation
vslashg
commented
Nov 20, 2025
Author
There was a problem hiding this comment.
This file is a very minor copy-paste change of map_004.sv.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mapper 044 currently in the Everdrive N8 pro is bugged, see https://krikzz.com/forum/index.php?topic=13709.0 . This bug is not exposed in the "super big 7-in-1" pirate cart, but I am hitting it in homebrew use.
Instead of trying to fix the mapper from the Kaskat mapper 037 pack, I thought it might be better to just add this functionality to the base MMC3 mapper implementation. It really is a trivial extension.
Verified that the "super big" pirate rom still works, and that using this mapper clears up the graphical issues I was seeing.
(Note I reverted the project file from my pull request, since it's binary and I have no way to diff it. The only change needed is to add the new file to the project.)