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

doc/geos.sgml

index ac0d595d27f390c41213b3f4cb27c008161be880..44b500c99ef8935c0afd097094cc31969d4af236 100644 (file)
@@ -160,6 +160,11 @@ through CPU registers.
 <p>
 Do not try to compile in strict ANSI mode. Library uses cc65 extensions which are not available in
 ANSI.
+<p>
+It is possible to use dynamicaly loaded modules, three such modules are provided:
+GEOS TGI driver, GEOS EMD driver (for VDC extended memory) and GEOS JOY driver.
+Just make sure that their filenames appear UPPERCASE in DeskTop. There are no more special
+recommendations, read cc65 documentation about modules and demo programs source code.
 
 <sect>Library Functions
 <p>