1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-20 03:16:45 +00:00

TSR-80 newline is just 0x0D

This commit is contained in:
Karol Stasiak
2020-09-27 18:58:46 +02:00
parent 3af4fcffa9
commit 2d7c365b20
4 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ EOT=00
{b}=08
{t}=09
{n}=0d0a
{n}=0d
{q}=22
{apos}=27
+4 -1
View File
@@ -8,8 +8,11 @@ EOT=00
{b}=08
{t}=09
{n}=0d0a
{n}=0d
{q}=22
{apos}=27
{lbrace}=7b
{rbrace}=7d
; TODO: TRS-80 Model 3 can display katakana, accented Latin letters and some extra symbols
; This involves control codes $15 and $16 in some way