-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BRAM unlock bit should be able to re-lock #111
Comments
Hmm... there appear to be no restrictions/locking on BRAM for HuCard games; only CDROM... |
Notes: The HuCard BRAM apparently doesn't implement locking. Neither of these systems was dealing with the "re-lock" data value on the lock bit. |
Re-locking behaviour has had a Pull Request submitted. The HuCard improper locking now has a new issue created against it (HuCard BRAM defaults to visible) - issue #136 |
Backup memory unlock bit (0x1807 bit 7) is set to unlock BRAM (i.e. set 0x1807 = 0x80).
Normally, BRAM is re-locked by reading 0x1803, but can also be locked by resetting bit of 0x1807 (i.e. same as above but the bit is reset).
The text was updated successfully, but these errors were encountered: