]> git.sur5r.net Git - cc65/blobdiff - doc/supervision.sgml
Merge pull request #1 from greg-king5/c128-hi-tgi
[cc65] / doc / supervision.sgml
index cf2af79672b59800e8fcb1a07528039d11c2fa94..1537460254bd9b28441c4c302f5e42e1e63b607d 100644 (file)
@@ -4,7 +4,7 @@
 
 <title>Watara Supervision specific information for cc65
 <author><url url="mailto:polluks@sdf.lonestar.org" name="Stefan A. Haubenthal">
-<date>2014-04-12
+<date>2017-11-21
 
 <abstract>
 An overview over the Supervision runtime system as it is implemented for the
@@ -63,14 +63,6 @@ Special locations:
 Programs containing Supervision specific code may use the <tt/supervision.h/ header file.
 
 
-<sect1>Supervision specific functions<p>
-
-<itemize>
-<item>waitvsync</item>
-</itemize>
-
-
-
 <sect1>Hardware access<p>
 
 The following pseudo variables declared in the <tt/supervision.inc/ include file do
@@ -102,11 +94,12 @@ No extended memory drivers are currently available for the Supervision.
 
 <sect1>Joystick drivers<p>
 
-No joystick drivers are currently available for the Supervision.
-<!--A joystick driver for the standard buttons is available, but must be
-statically linked, because no file I/O is available. See the documentation for
-the <url url="co65.html" name="co65 utility"> for information on how to do
-that.-->
+<descrip>
+
+  <tag><tt/supervision-stdjoy.joy (supervision_stdjoy_joy)/</tag>
+  A joystick driver for the standard two buttons joypad is available.
+
+</descrip><p>
 
 <sect1>Mouse drivers<p>