Skip to content

Commit 522a21a

Browse files
authored
Apply misc fixes to #283 (#284)
* Use n-dashes for ranges * Improve VRAM mapping format using colspan/rowspan * Correct the VRAM tile table slightly
1 parent a95e203 commit 522a21a

File tree

4 files changed

+10521
-38
lines changed

4 files changed

+10521
-38
lines changed

content/Video_Display.md

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -476,43 +476,39 @@ There are three "blocks" of 128 tiles each:
476476
<table>
477477
<thead>
478478
<tr>
479-
<th>Block</th>
480-
<th>VRAM Address</th>
481-
<th>Sprite Tiles</th>
482-
<th colspan="2">BG/Win Tiles</th>
479+
<th rowspan="2">Block</th>
480+
<th rowspan="2">VRAM Address</th>
481+
<th colspan="3">Corresponding Tile IDs</th>
483482
</tr>
484-
</thead>
485-
<tbody>
486483
<tr>
487-
<td></td>
488-
<td></td>
489-
<td></td>
490-
<td><strong>if LCDC.4=1</strong></td>
491-
<td><strong>if LCDC.4=0</strong></td>
484+
<td><strong>OBJs</strong></td>
485+
<td><strong>BG/Win if LCDC.4=1</strong></td>
486+
<td><strong>BG/Win if LCDC.4=0</strong></td>
492487
</tr>
488+
</thead>
489+
<tbody>
493490
<tr>
494491
<td>0</td>
495-
<td>$8000 - $87FF</td>
496-
<td>0 - 127</td>
497-
<td>0 - 127</td>
492+
<td>$8000&ndash;$87FF</td>
493+
<td>0&ndash;127</td>
494+
<td>0&ndash;127</td>
498495
<td></td>
499496
</tr>
500497
<tr>
501498
<td>1</td>
502-
<td>$8800 - $8FFF</td>
503-
<td>128 - 255</td>
504-
<td>128 - 255</td>
499+
<td>$8800&ndash;$8FFF</td>
500+
<td>128&ndash;255</td>
501+
<td>128&ndash;255</td>
505502
<td>
506-
128 - 255 <br />
507-
or (-127 - 0)
503+
128&ndash;255 <br />
504+
(or -127&ndash;0)
508505
</td>
509506
</tr>
510507
<tr>
511508
<td>2</td>
512-
<td>$9000 - $97FF</td>
513-
<td></td>
514-
<td>(unused)</td>
515-
<td>0 - 127</td>
509+
<td>$9000&ndash;$97FF</td>
510+
<td colspan="2">(Can't use)</td>
511+
<td>0&ndash;127</td>
516512
</tr>
517513
</tbody>
518514
</table>

content/imgs/MBC5_Rumble_Mild.svg

Lines changed: 3 additions & 3 deletions
Loading

content/imgs/MBC5_Rumble_Strong.svg

Lines changed: 3 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)