Merge pull request #1880 from TiKevin83/master

fix MBC1 games like Pinocchio that need adjustedRombank
This commit is contained in:
alyosha-tas 2020-03-13 07:40:52 -04:00 committed by GitHub
commit 84ef5039ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ private:
rambank_ & (rambanks(memptrs_) - 1));
}
void setRombank() const { memptrs_.setRombank(rombank_ & (rombanks(memptrs_) - 1)); }
void setRombank() const { memptrs_.setRombank(adjustedRombank(rombank_) & (rombanks(memptrs_) - 1)); }
public:

Binary file not shown.