pokemon-speedrunning / gambatte-speedrun

Fork of https://github.com/sinamas/gambatte with Pokemon speedrunning-related changes.
GNU General Public License v2.0
94 stars 27 forks source link

MBC5 RAM Enable register is 8 bit rather than 4 bit #87

Closed CasualPokePlayer closed 3 years ago

CasualPokePlayer commented 3 years ago

From gb-ctr: unknown

The fix is rather trivial, just remove the & 0xF for the MBC5 enable ram code.