You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I recently helped discover some previously undocumented behaviour on the FDS. Bit 3 of $4030 reads return the value from bit 3 of $4025, which is the nametable arrangement/mirroring mode. I wrote a test program to verify the behaviour, and it fails on FCEUX. Mesen2 and Nestopia have since implemented the behaviour.
Describe the bug
I recently helped discover some previously undocumented behaviour on the FDS. Bit 3 of $4030 reads return the value from bit 3 of $4025, which is the nametable arrangement/mirroring mode. I wrote a test program to verify the behaviour, and it fails on FCEUX. Mesen2 and Nestopia have since implemented the behaviour.
To Reproduce
$4030.D3 R
.Expected behavior
Both tests should pass, as shown in this capture from a Twin Famicom:
(please complete the following information):
Additional context
NESdev forum post: https://forums.nesdev.org/viewtopic.php?p=300488#p300488
Test program source code: https://github.com/TakuikaNinja/FDS-Mirroring-Test
The text was updated successfully, but these errors were encountered: