]> git.sur5r.net Git - cc65/blobdiff - doc/telestrat.sgml
Added SER_ prefix
[cc65] / doc / telestrat.sgml
index 243097a84962cf4ae2bef84ba65e79abc4ab25be..8d8aa23d26669335a09c47d339c88d9c3ccc0853 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.
@@ -124,28 +133,15 @@ No extended memory drivers are currently available for the Telestrat.
 
 <sect1>Joystick drivers<p>
 
-<descrip>
-
 telemon 2.4 & 3.0 manages joysticks but it had been handled yet.
 
-</descrip>
-
-
 <sect1>Mouse drivers<p>
 
-<descrip>
-
 Telestrat manages also mouse, but it had been no handled yet in this version.
 
-</descrip>
-
 <sect1>RS232 device drivers<p>
 
-<descrip>
-
-Telestrat has a RS232 port, but it's not used
-
-</descrip>
+Telestrat has a RS232 port, but it's not usable in cc65.
 
 <sect>Limitations<label id="limitations"><p>