Skip to content

Commit d2b7e4e

Browse files
authored
Correction regarding MBC2 RAM enable register
1 parent ede0325 commit d2b7e4e

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+
When any value with `$A` in the lower 4 bits is written to this address range, RAM is enabled.
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)