1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-22 12:30:41 +00:00

Small changes from Stefan Haubenthal

git-svn-id: svn://svn.cc65.org/cc65/trunk@2803 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-12-21 10:46:15 +00:00
parent da019b064a
commit 1a2a7b771e

View File

@ -36,7 +36,7 @@ The standard binary output format generated by the linker for the
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>
@ -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>