Skip to content

Commit 9df3f3a

Browse files
fix FF
1 parent c29b047 commit 9df3f3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/vga.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ When bit 0x80 is set, the 0x70 bits indicate the command type, and the 0x0F bits
478478
4. Terminal
479479
===========
480480

481-
The RP6502 VGA system includes a color ANSI terminal attached as the console.
481+
The RP6502 VGA system includes a color ANSI terminal attached to stdout.
482482

483483
C0 control codes
484484
----------------
@@ -511,7 +511,7 @@ C0 control codes
511511
- 0x0C
512512
- FF
513513
- Form Feed
514-
- Clear screen and move cursor to top left.
514+
- Clear screen and move cursor to top row.
515515
* - ^M
516516
- 0x0D
517517
- CR

0 commit comments

Comments
 (0)