X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Ftelestrat.sgml;h=8d8aa23d26669335a09c47d339c88d9c3ccc0853;hb=10a31d006b7fe230a2cd2a233ba86e05618beec4;hp=243097a84962cf4ae2bef84ba65e79abc4ab25be;hpb=8f9c7f0d60d4137c499fbf359ea49e901298de98;p=cc65 diff --git a/doc/telestrat.sgml b/doc/telestrat.sgml index 243097a84..8d8aa23d2 100644 --- a/doc/telestrat.sgml +++ b/doc/telestrat.sgml @@ -1,17 +1,12 @@
- 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>