]> git.sur5r.net Git - cc65/commitdiff
Doc fixes from Stefan Haubenthal
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 4 Jan 2004 21:25:50 +0000 (21:25 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 4 Jan 2004 21:25:50 +0000 (21:25 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2871 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/apple2.sgml

index 35b275eb0d39a848725aa9842cac20ee615a3bed..152399f07ef1eee5bc9cec125c9cc2f38b5abb9b 100644 (file)
@@ -144,7 +144,8 @@ how to use it.
   <tag><tt/a2.lc.emd/</tag>
   Gives access to 12KB RAM (48 pages of 256 bytes each) on the
   Apple&nbsp;&rsqb;&lsqb; language card. The driver was contributed by
-  Stefan Haubenthal.
+  Stefan Haubenthal. Note: This driver is incompatible with any DOS using 
+  the language card memory!
 
 </descrip><p>
 
@@ -207,7 +208,7 @@ Command line arguments can be passed to <tt/main()/. Since this is not
 supported by BASIC, the following syntax was choosen:
 
 <tscreen><verb>
-    RUN:REM,ARG1," ARG2", ARG 3,, ARG5, ...
+    CALL2048:REM,ARG1," ARG2", ARG 3,, ARG5, ...
 </verb></tscreen>
 
 <enum>