mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +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:
@@ -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
|
Apple ][ target is a machine language program with a 4 byte DOS
|
||||||
3.3 header. The standard load address is $800.
|
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
|
header for some reason, you can change
|
||||||
|
|
||||||
<verb>
|
<verb>
|
||||||
@@ -117,8 +117,8 @@ this may seem overhead, it has two advantages:
|
|||||||
|
|
||||||
<sect1>Graphics drivers<p>
|
<sect1>Graphics drivers<p>
|
||||||
|
|
||||||
<em>Note:</em> Since memory for the graphics has to be allocated, programs
|
<em>Note:</em> Since memory for the high resolution graphics has to be allocated,
|
||||||
using graphics drivers will have to be linked using a special linker
|
programs using graphics drivers will have to be linked using a special linker
|
||||||
configuration. See the <tt/apple2-tgi.cfg/ file in the documentation
|
configuration. See the <tt/apple2-tgi.cfg/ file in the documentation
|
||||||
directory, and the <htmlurl url="ld65.html" name="linker documentation"> on
|
directory, and the <htmlurl url="ld65.html" name="linker documentation"> on
|
||||||
how to use it.
|
how to use it.
|
||||||
@@ -127,12 +127,12 @@ how to use it.
|
|||||||
|
|
||||||
<tag><tt/a2-lo.tgi/</tag>
|
<tag><tt/a2-lo.tgi/</tag>
|
||||||
This driver was written by Stefan Haubenthal. It features a resolution of
|
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.
|
are available.
|
||||||
|
|
||||||
<tag><tt/a2-hi.tgi/</tag>
|
<tag><tt/a2-hi.tgi/</tag>
|
||||||
This driver was written by Stefan Haubenthal. It features a resolution of
|
This driver was written by Stefan Haubenthal. It features a resolution of
|
||||||
280x192 with 6 colors.
|
280×192 with 6 colors.
|
||||||
|
|
||||||
</descrip><p>
|
</descrip><p>
|
||||||
|
|
||||||
@@ -149,7 +149,7 @@ Apple ][.
|
|||||||
<descrip>
|
<descrip>
|
||||||
|
|
||||||
<tag><tt/a2-stdjoy.joy/</tag>
|
<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 ][.
|
the Apple ][.
|
||||||
|
|
||||||
</descrip><p>
|
</descrip><p>
|
||||||
@@ -200,6 +200,10 @@ following functions (and a few others):
|
|||||||
Command line argument passing is currently not supported for the
|
Command line argument passing is currently not supported for the
|
||||||
Apple ][.
|
Apple ][.
|
||||||
|
|
||||||
|
<sect1>Function keys<p>
|
||||||
|
|
||||||
|
These are defined to be OpenApple + number key.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<sect>Bugs/Feedback<p>
|
<sect>Bugs/Feedback<p>
|
||||||
|
Reference in New Issue
Block a user