From 53cf3cafd4c0f87f8fb438461a113bb24428ed00 Mon Sep 17 00:00:00 2001 From: izydorst Date: Wed, 5 Feb 2003 00:10:47 +0000 Subject: [PATCH] added info about loadable modules support git-svn-id: svn://svn.cc65.org/cc65/trunk@1926 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/geos.sgml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/geos.sgml b/doc/geos.sgml index ac0d595d2..44b500c99 100644 --- a/doc/geos.sgml +++ b/doc/geos.sgml @@ -160,6 +160,11 @@ through CPU registers.

Do not try to compile in strict ANSI mode. Library uses cc65 extensions which are not available in ANSI. +

+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. Library Functions