more info about loadable modules

git-svn-id: svn://svn.cc65.org/cc65/trunk@1927 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst 2003-02-05 00:17:10 +00:00
parent 53cf3cafd4
commit 0166c9f577

View 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 GEOS 2.0 so color functions are disabled. Both 40 and 80 columns modes are supported
and automatically detected. and automatically detected.
<p> <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: 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> <p>
It was not tested enough, but functions from these includes might work under GEOS: It was not tested enough, but functions from these includes might work under GEOS:
<tt/rs232.h, zlib.h/ <tt/rs232.h, zlib.h/