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
Copy file name to clipboardExpand all lines: src/MBC1.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ power down of the Game Boy or removal of the cartridge. Once the cartridge has _
62
62
### 2000–3FFF — ROM Bank Number (Write Only)
63
63
64
64
This 5-bit register (range $01-$1F) selects the ROM bank number for the 4000–7FFF region. Higher
65
-
bits are discarded — writing $E1 (binary ~~111~~00001) to this register
65
+
bits are discarded — writing $E1 (binary 111**00001**) to this register
66
66
would select bank $01.
67
67
68
68
If this register is set to $00, it behaves as if it is set to $01. This means you cannot duplicate bank $00 into both the 0000–3FFF and 4000–7FFF ranges by setting this register to $00.
0 commit comments