]> git.sur5r.net Git - cc65/blobdiff - doc/telestrat.sgml
ca65.sgml fails to document z: a: f: address size override prefixes.
[cc65] / doc / telestrat.sgml
index 243097a84962cf4ae2bef84ba65e79abc4ab25be..fe9efcfdb73a10fb2fb22797000cb306fb1cd6dd 100644 (file)
@@ -1,17 +1,12 @@
 <!doctype linuxdoc system>
 
 <article>
-
 <title>Oric Telestrat-specific information for cc65
 <author>
 <url url="mailto:jede@oric.org" name="Jede">
 
-<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 +112,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 +152,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>