]> git.sur5r.net Git - cc65/commitdiff
Adding XSOUT : Send A register to RS232
authorjede <jede@oric.org>
Mon, 16 Oct 2017 14:06:18 +0000 (16:06 +0200)
committerjede <jede@oric.org>
Mon, 16 Oct 2017 14:06:18 +0000 (16:06 +0200)
asminc/telestrat.inc

index 8e6a66bbdc613238af0402f4f3464df2e2ce23e0..71240b38b02966602bfc110f2958f515dbbc6429 100644 (file)
@@ -119,13 +119,13 @@ XTEXT            = $19
 XHIRES           = $1A
 XFILLM           = $1C
 XMINMA           = $1F
-XVARS            = $24          ; only in TELEMON 3.0, in telemon 2.4, it's XNOMFI ($24)
-XFREAD           = $27          ; only in TELEMON 3.0
-XOPEN            = $30          ; only in TELEMON 3.0
+XVARS            = $24          ; only in TELEMON 3.x, in telemon 2.4, it's XNOMFI ($24)
+XFREAD           = $27          ; only in TELEMON 3.x
+XOPEN            = $30          ; only in TELEMON 3.x
 XCOSCR           = $34          ; switch off cursor
 XCSSCR           = $35          ; switch on cursor
-XCLOSE           = $3A          ; only in TELEMON 3.0 Close file
-XFWRITE          = $3B          ; only in TELEMON 3.0 write file
+XCLOSE           = $3A          ; only in TELEMON 3.x Close file
+XFWRITE          = $3B          ; only in TELEMON 3.x write file
 XSONPS           = $40
 XOUPS            = $42
 XPLAY            = $43
@@ -133,6 +133,7 @@ XSOUND           = $44
 XMUSIC           = $45 
 XZAP             = $46
 XSHOOT           = $47
+XSOUT            = $67          ; Send A register to RS232, available in telemon 2.4 & 3.x
 XCIRCL           = $8F
 XCURSE           = $90
 XPAPER           = $92