Skip to content

Commit 0afe916

Browse files
timakroavivaceISSOtm
authored
Correction regarding MBC2 RAM enable register (#586)
* Correction regarding MBC2 RAM enable register * Update src/MBC2.md Co-authored-by: Eldred Habert <[email protected]> --------- Co-authored-by: Antonio Vivace <[email protected]> Co-authored-by: Eldred Habert <[email protected]>
1 parent ede0325 commit 0afe916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MBC2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ the RAM enable flag or the ROM bank number.
3636
#### When bit 8 is clear
3737

3838
When the least significant bit of the upper address byte is zero, the value that is written controls whether the RAM is enabled.
39-
When the value written to this address range is equal to `$0A`, RAM is enabled.
39+
Save RAM will be enabled if and only if the lower 4 bits of the value written here are `$A`.
4040
If any other value is written, RAM is disabled.
4141

4242
Examples of addresses that can control RAM: $0000–00FF, $0200–02FF, $0400–04FF, ..., $3E00–3EFF.

0 commit comments

Comments
 (0)