]> git.sur5r.net Git - cc65/blobdiff - doc/telestrat.sgml
Merge pull request #706 from xlar54/master
[cc65] / doc / telestrat.sgml
index 243097a84962cf4ae2bef84ba65e79abc4ab25be..76b3cdd30a2a6ad8f9e7a32d326381e720fd055f 100644 (file)
@@ -9,9 +9,7 @@
 <date>2017-01-22
 
 <abstract>
-An overview over the Telestrat (<url name="Telemon 3.0"
-url="http://orix.oric.org">) runtime system as it is implemented for the
-cc65 C compiler.
+An overview over the Telestrat (Telemon 2.4 & Telemon 3.x : http://orix.oric.org) runtime system as it is implemented for the cc65 C compiler.
 </abstract>
 
 <!-- Table of contents -->
@@ -117,6 +115,20 @@ structures; accessing the struct fields will access the chip registers.
 
 <sect>Loadable drivers<p>
 
+<sect1>TGI<p>
+
+TGI drivers is available on Oric Telestrat with some functions :
+
+<itemize>
+<item>tgi_done
+<item>tgi_install
+<item>tgi_init
+<item>tgi_clear
+<item>tgi_line
+<item>tgi_setpixel
+</itemize>
+
+
 <sect1>Extended memory drivers<p>
 
 No extended memory drivers are currently available for the Telestrat.
@@ -143,7 +155,7 @@ Telestrat manages also mouse, but it had been no handled yet in this version.
 
 <descrip>
 
-Telestrat has a RS232 port, but it's not used
+Telestrat has a RS232 port, but it's not usable in cc65.
 
 </descrip>