Skip to content

Fix MBC1M addressing diagram #602

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/MBC1.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ duplicated into $30-$3F and so on.
<div class=table-wrapper><table class=bit-descrs><thead><tr>
<th></th><th>19</th><th>18</th><th>17</th><th>16</th><th>15</th><th>14</th><th>13</th><th>12</th><th>..</th><th>1</th><th>0</th>
</tr></thead><tbody><tr>
<td><strong>Mode 0</strong></td><td colspan=2>0</td><td colspan=4>0</td><td rowspan=2 colspan=5>From Game Boy address</td>
<td><strong>Mode 0</strong></td><td colspan=2>0</td><td rowspan=2 colspan=4>0</td><td rowspan=2 colspan=5>From Game Boy address</td>
</tr><tr>
<td><strong>Mode 1</strong></td><td colspan=2>From 4000–5FFF bank register</td><td colspan=4>From 2000–3FFF bank register (bit 4 unused)</td>
<td><strong>Mode 1</strong></td><td colspan=2>From 4000–5FFF bank register</td>
</tr></tbody></table></div>

#### 4000–7FFF
Expand Down
Loading