From: cuz Date: Sun, 21 Dec 2003 10:46:15 +0000 (+0000) Subject: Small changes from Stefan Haubenthal X-Git-Tag: V2.12.0~1006 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1a2a7b771e005b16a361b232735db4752bd754fd;p=cc65 Small changes from Stefan Haubenthal git-svn-id: svn://svn.cc65.org/cc65/trunk@2803 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/apple2.sgml b/doc/apple2.sgml index 3cd4d3801..60cf18c00 100644 --- a/doc/apple2.sgml +++ b/doc/apple2.sgml @@ -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 @@ -117,8 +117,8 @@ this may seem overhead, it has two advantages: Graphics drivers

-Note: Since memory for the graphics has to be allocated, programs -using graphics drivers will have to be linked using a special linker +Note: 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 on how to use it. @@ -127,12 +127,12 @@ how to use it. 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. This driver was written by Stefan Haubenthal. It features a resolution of - 280x192 with 6 colors. + 280×192 with 6 colors.

@@ -149,7 +149,7 @@ Apple ][. - 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 ][.

@@ -200,6 +200,10 @@ following functions (and a few others): Command line argument passing is currently not supported for the Apple ][. +Function keys

+ +These are defined to be OpenApple + number key. + Bugs/Feedback