Skip to content

Commit 9958fa2

Browse files
committed
MBC1: fix bad formatting
1 parent e3a911f commit 9958fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MBC1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ power down of the Game Boy or removal of the cartridge. Once the cartridge has _
6262
### 2000–3FFF — ROM Bank Number (Write Only)
6363

6464
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
6666
would select bank $01.
6767

6868
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

Comments
 (0)