]> git.sur5r.net Git - cc65/commitdiff
more info about loadable modules
authorizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 5 Feb 2003 00:17:10 +0000 (00:17 +0000)
committerizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 5 Feb 2003 00:17:10 +0000 (00:17 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1927 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/geos.sgml

index 44b500c99ef8935c0afd097094cc31969d4af236..53b6a2ecc69165714e8577cce792e1a9004ba32d 100644 (file)
@@ -45,8 +45,13 @@ default BSW font, which is has 9 points, might be a bit messy.
 GEOS 2.0 so color functions are disabled. Both 40 and 80 columns modes are supported
 and automatically detected.
 <p>
+<tt/tgi/ - TGI driver for GEOS that supports both 40 and 80 columns modes but mode can not be
+changed between <tt/tgi_init/ and <tt/tgi_done/.
+<p>
+<tt/joy/ - JOY driver for GEOS supports only joystick, not current pointing device.
+<p>
 It is safe to use these standard includes and its contents:
-<tt/assert.h, conio.h, dio.h, errno.h, geos.h, joystick.h, mouse.h, stdlib.h, string.h, time.h/
+<tt/assert.h, conio.h, dio.h, errno.h, em.h, geos.h, joystick.h, modload.h, mouse.h, stdlib.h, string.h, tgi.h, time.h/
 <p>
 It was not tested enough, but functions from these includes might work under GEOS:
 <tt/rs232.h, zlib.h/