]> git.sur5r.net Git - cc65/commitdiff
Small changes from Stefan Haubenthal
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 21 Dec 2003 10:46:15 +0000 (10:46 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 21 Dec 2003 10:46:15 +0000 (10:46 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2803 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/apple2.sgml

index 3cd4d3801d2f6ecc8199a715aa644ef6fd613ec2..60cf18c00019113818e76033397e76ab4f4f0a6e 100644 (file)
@@ -36,7 +36,7 @@ The standard binary output format generated by the linker for the
 Apple&nbsp;&rsqb;&lsqb; target is a machine language program with a 4 byte DOS
 3.3 header. The standard load address is &dollar;800.
 
-The DOS header is in it's own segment named <tt/EXEHDR/. If you don't want the
+The DOS header is in its own segment named <tt/EXEHDR/. If you don't want the
 header for some reason, you can change
 
 <verb>
@@ -117,8 +117,8 @@ this may seem overhead, it has two advantages:
 
 <sect1>Graphics drivers<p>
 
-<em>Note:</em> Since memory for the graphics has to be allocated, programs
-using graphics drivers will have to be linked using a special linker
+<em>Note:</em> Since memory for the high resolution graphics has to be allocated,
+programs using graphics drivers will have to be linked using a special linker
 configuration. See the <tt/apple2-tgi.cfg/ file in the documentation
 directory, and the <htmlurl url="ld65.html" name="linker documentation"> on
 how to use it.
@@ -127,12 +127,12 @@ how to use it.
 
   <tag><tt/a2-lo.tgi/</tag>
   This driver was written by Stefan Haubenthal. It features a resolution of
-  40x40 with 16 colors. At the bottom of the screen, 4 additional text lines
+  40&times;40 with 16 colors. At the bottom of the screen, 4 additional text lines
   are available.
 
   <tag><tt/a2-hi.tgi/</tag>
   This driver was written by Stefan Haubenthal. It features a resolution of
-  280x192 with 6 colors.
+  280&times;192 with 6 colors.
 
 </descrip><p>
 
@@ -149,7 +149,7 @@ Apple&nbsp;&rsqb;&lsqb;.
 <descrip>
 
   <tag><tt/a2-stdjoy.joy/</tag>
-  Supports up to two standard joysticks connected to the joysticks port of
+  Supports up to two standard analog joysticks connected to the game port of
   the Apple&nbsp;&rsqb;&lsqb;.
 
 </descrip><p>
@@ -200,6 +200,10 @@ following functions (and a few others):
 Command line argument passing is currently not supported for the
 Apple&nbsp;&rsqb;&lsqb;.
 
+<sect1>Function keys<p>
+
+These are defined to be OpenApple + number key.
+
 
 
 <sect>Bugs/Feedback<p>