Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This code was added for FDS RAM, but it breaks PRG writes with normal cartridge-based memory controllers. The bug inappropriately resets (clears) the access mode bits previously recorded when an MMIO register is written in PRG address space. For instance, if an instruction is executed at $8000 and then some code later writes to $8000, the instruction execution would have been forgotten.
- Loading branch information