Apple ][ target is a machine language program with a 4 byte DOS
3.3 header. The standard load address is $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>
<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.
<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×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×192 with 6 colors.
</descrip><p>
<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 ][.
</descrip><p>
Command line argument passing is currently not supported for the
Apple ][.
+<sect1>Function keys<p>
+
+These are defined to be OpenApple + number key.
+
<sect>Bugs/Feedback<p>