Skip to content

Commit 0890edd

Browse files
authored
Fix MBC1M addressing diagram (#602)
1 parent 4544509 commit 0890edd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MBC1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ duplicated into $30-$3F and so on.
194194
<div class=table-wrapper><table class=bit-descrs><thead><tr>
195195
<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>
196196
</tr></thead><tbody><tr>
197-
<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>
197+
<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>
198198
</tr><tr>
199-
<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>
199+
<td><strong>Mode 1</strong></td><td colspan=2>From 4000–5FFF bank register</td>
200200
</tr></tbody></table></div>
201201

202202
#### 4000–7FFF

0 commit comments

Comments
 (0)