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

Implement MBC3/MBC30 (w/o RTC) #6

Merged
merged 10 commits into from
Dec 31, 2024
Merged

Implement MBC3/MBC30 (w/o RTC) #6

merged 10 commits into from
Dec 31, 2024

Conversation

maxfierke
Copy link
Owner

@maxfierke maxfierke commented Nov 14, 2024

Passes the following test ROMs:

Seems to boot fine, but need to find an MBC3 ROM
to test that doesn't run into problems with other
things not working correctly (*cough* PPU *cough*)
bankBaseAddr was always uint16, so after it bank 3 (zero indexed), it started overflowing and wrapping around

Found when running mbc3 test rom
@maxfierke maxfierke changed the title Implement MBC3 Implement MBC3/MBC30 Dec 31, 2024
@maxfierke maxfierke changed the title Implement MBC3/MBC30 Implement MBC3/MBC30 (w/o RTC) Dec 31, 2024
@maxfierke maxfierke marked this pull request as ready for review December 31, 2024 22:12
@maxfierke maxfierke merged commit 5f1fbbf into main Dec 31, 2024
2 checks passed
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.

1 participant