Skip to content

Commit ee944a7

Browse files
authored
Update src/MBCs.md
1 parent d396c95 commit ee944a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MBCs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Double Speed Mode.
2323

2424
## MBC Unmapped RAM Bank Access
2525

26-
On most of the MBC's in case an unmapped RAM bank is selected (which would be translate to an out of bounds RAM address by the MBC controller),
26+
In most MBCs, if an unmapped RAM bank is selected (which would be translate to an out of bounds RAM address by the MBC controller),
2727
the MBC will simply wrap around the internal ram address and would access a valid RAM address.
2828

2929
The MBC internal address being accessed can be calculated using this formula: `((address - external_ram_start_address) + (active_ram_bank * ram_bank_size)) % max_external_ram_size`.

0 commit comments

Comments
 (0)