Post subject: Bizhawk n64 debugger
Joined: 6/8/2015
Posts: 15
I'm trying to see when a specific memory address is read and written to in Majoras Mask (n64 game). I've set both a read and write breakpoint for this address but the debugger doesn't pause execution when the value is read or written, even when I can see in ram watch that the value has been written to. The address in ram watch is 40081F, but it seems for this game this corresponds to the physical address 8040081F, and I set breakpoints at both of those addresses and nothing happened. What am I doing wrong.