Skip to content

Commit 4814bb2

Browse files
authored
Change typo (RAM -> ROM) (#472)
Change "RAM Bank Number" to "ROM Bank Number", and remove a stray comma
1 parent d15ccd6 commit 4814bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MBC3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ disable either.
4040

4141
### 2000-3FFF - ROM Bank Number (Write Only)
4242

43-
Same as for MBC1, except that the whole 7 bits of the RAM Bank Number
43+
Same as for MBC1, except that the whole 7 bits of the ROM Bank Number
4444
are written directly to this address. As for the MBC1, writing a value
45-
of 00h, will select Bank 01h instead. All other values 01-7Fh select the
45+
of 00h will select Bank 01h instead. All other values 01-7Fh select the
4646
corresponding ROM Banks.
4747

4848
### 4000-5FFF - RAM Bank Number - or - RTC Register Select (Write Only)

0 commit comments

Comments
 (0)