Fixed a naming problem (Stefan Haubenthal).
git-svn-id: svn://svn.cc65.org/cc65/trunk@4289 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
911355178d
commit
811ef2f04c
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
<title>Atari specific information for cc65
|
<title>Atari specific information for cc65
|
||||||
<author>Shawn Jefferson, <htmlurl
|
<author>Shawn Jefferson, <htmlurl
|
||||||
url="mailto:shawnjefferson@24fightingchickens.com"
|
url="mailto:shawnjefferson@24fightingchickens.com"
|
||||||
name="shawnjefferson@24fightingchickens.com"> and
|
name="shawnjefferson@24fightingchickens.com"> and
|
||||||
Christian Groessler, <htmlurl url="mailto:cpg@aladdin.de" name="cpg@aladdin.de">
|
Christian Groessler, <htmlurl url="mailto:cpg@aladdin.de" name="cpg@aladdin.de">
|
||||||
<date>03-Jan-2006
|
<date>03-Jan-2006
|
||||||
|
|
||||||
|
@ -161,7 +161,7 @@ memory. The access must be implemented manually.
|
||||||
Many graphics modes require more memory than the text screen which is
|
Many graphics modes require more memory than the text screen which is
|
||||||
in effect when the program starts up. Therefore the programmer has to
|
in effect when the program starts up. Therefore the programmer has to
|
||||||
tell the program beforehand the memory requirements of the graphics
|
tell the program beforehand the memory requirements of the graphics
|
||||||
modes the program intends to use.
|
modes the program intends to use.
|
||||||
This can be done by using the __RESERVED_MEMORY__ linker config
|
This can be done by using the __RESERVED_MEMORY__ linker config
|
||||||
variable. The number specified there describes the number of bytes to
|
variable. The number specified there describes the number of bytes to
|
||||||
subtract from the top of available memory as seen from the runtime
|
subtract from the top of available memory as seen from the runtime
|
||||||
|
@ -229,7 +229,7 @@ platform.
|
||||||
Supports up to four standard joysticks connected to the joystick ports of
|
Supports up to four standard joysticks connected to the joystick ports of
|
||||||
the Atari.
|
the Atari.
|
||||||
|
|
||||||
<tag><tt/multijoy.joy/</tag>
|
<tag><tt/atarim8.joy/</tag>
|
||||||
Supports up to eight standard joysticks connected to a MultiJoy adapter.
|
Supports up to eight standard joysticks connected to a MultiJoy adapter.
|
||||||
|
|
||||||
</descrip><p>
|
</descrip><p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue