mirror of
https://github.com/cc65/cc65.git
synced 2025-08-16 12:27:49 +00:00
Fixed formatting (broken due to wrong tab settings).
git-svn-id: svn://svn.cc65.org/cc65/trunk@4560 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -316,17 +316,17 @@ you cannot do it, it just means that there's no help.
|
|||||||
<tag><tt/a2.lo.tgi/</tag>
|
<tag><tt/a2.lo.tgi/</tag>
|
||||||
This driver features a resolution of 40×48 with 16 colors.
|
This driver features a resolution of 40×48 with 16 colors.
|
||||||
|
|
||||||
The function <tt/tgi_apple2_mix()/ allows to activate 4 lines of text. The
|
The function <tt/tgi_apple2_mix()/ allows to activate 4 lines of text. The
|
||||||
function clears the corresponding area at the bottom of the screen.
|
function clears the corresponding area at the bottom of the screen.
|
||||||
|
|
||||||
<tag><tt/a2.hi.tgi/</tag>
|
<tag><tt/a2.hi.tgi/</tag>
|
||||||
This driver features a resolution of 280×192 with 8 colors and two
|
This driver features a resolution of 280×192 with 8 colors and two
|
||||||
hires pages. Note that programs using this driver will have to be linked
|
hires pages. Note that programs using this driver will have to be linked
|
||||||
with <tt/--start-addr $4000/ to reserve the first hires page or with
|
with <tt/--start-addr $4000/ to reserve the first hires page or with
|
||||||
<tt/--start-addr $6000/ to reserve both hires pages.
|
<tt/--start-addr $6000/ to reserve both hires pages.
|
||||||
|
|
||||||
The function <tt/tgi_apple2_mix()/ allows to activate 4 lines of text. The
|
The function <tt/tgi_apple2_mix()/ allows to activate 4 lines of text. The
|
||||||
function doesn't clear the corresponding area at the bottom of the screen.
|
function doesn't clear the corresponding area at the bottom of the screen.
|
||||||
|
|
||||||
In memory constrained situations the memory from $803 to $1FFF
|
In memory constrained situations the memory from $803 to $1FFF
|
||||||
can be made available to a program by calling <tt/_heapadd ((void *) 0x0803, 0x17FD);/
|
can be made available to a program by calling <tt/_heapadd ((void *) 0x0803, 0x17FD);/
|
||||||
|
@@ -319,21 +319,21 @@ you cannot do it, it just means that there's no help.
|
|||||||
<tag><tt/a2e.lo.tgi/</tag>
|
<tag><tt/a2e.lo.tgi/</tag>
|
||||||
This driver features a resolution of 40×48 with 16 colors.
|
This driver features a resolution of 40×48 with 16 colors.
|
||||||
|
|
||||||
The function <tt/tgi_apple2_mix()/ allows to activate 4 lines of text. The
|
The function <tt/tgi_apple2_mix()/ allows to activate 4 lines of text. The
|
||||||
function clears the corresponding area at the bottom of the screen.
|
function clears the corresponding area at the bottom of the screen.
|
||||||
|
|
||||||
<tag><tt/a2e.hi.tgi/</tag>
|
<tag><tt/a2e.hi.tgi/</tag>
|
||||||
This driver features a resolution of 280×192 with 8 colors and two
|
This driver features a resolution of 280×192 with 8 colors and two
|
||||||
hires pages. Note that programs using this driver will have to be linked
|
hires pages. Note that programs using this driver will have to be linked
|
||||||
with <tt/--start-addr $4000/ to reserve the first hires page or with
|
with <tt/--start-addr $4000/ to reserve the first hires page or with
|
||||||
<tt/--start-addr $6000/ to reserve both hires pages.
|
<tt/--start-addr $6000/ to reserve both hires pages.
|
||||||
|
|
||||||
Note that the second hires page is only available if the text display is not in
|
Note that the second hires page is only available if the text display is not in
|
||||||
80 column mode. This can be asserted by calling <tt/videomode (VIDEOMODE_40COL);/
|
80 column mode. This can be asserted by calling <tt/videomode (VIDEOMODE_40COL);/
|
||||||
before installing the driver.
|
before installing the driver.
|
||||||
|
|
||||||
The function <tt/tgi_apple2_mix()/ allows to activate 4 lines of text. The
|
The function <tt/tgi_apple2_mix()/ allows to activate 4 lines of text. The
|
||||||
function doesn't clear the corresponding area at the bottom of the screen.
|
function doesn't clear the corresponding area at the bottom of the screen.
|
||||||
|
|
||||||
In memory constrained situations the memory from $803 to $1FFF
|
In memory constrained situations the memory from $803 to $1FFF
|
||||||
can be made available to a program by calling <tt/_heapadd ((void *) 0x0803, 0x17FD);/
|
can be made available to a program by calling <tt/_heapadd ((void *) 0x0803, 0x17FD);/
|
||||||
|
Reference in New Issue
Block a user