mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
git-svn-id: svn://svn.cc65.org/cc65/trunk@4523 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
4c1cd875ee
commit
4aa2b0c127
@ -294,6 +294,7 @@ usage.
|
||||
<item>_dos_type
|
||||
<item>get_ostype
|
||||
<item>rebootafterexit
|
||||
<item>tgi_apple2_mix
|
||||
</itemize>
|
||||
|
||||
|
||||
|
@ -296,6 +296,7 @@ usage.
|
||||
<item>rebootafterexit
|
||||
<item>textframe
|
||||
<item>textframexy
|
||||
<item>tgi_apple2_mix
|
||||
<item>videomode
|
||||
</itemize>
|
||||
|
||||
@ -321,7 +322,10 @@ you cannot do it, it just means that there's no help.
|
||||
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
|
||||
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 80 column mode.
|
||||
This can be asserted by calling <tt/videomode (VIDEOMODE_40COL);/ before
|
||||
installing the driver.
|
||||
|
||||
In memory constrained situations the memory from $803 to $1FFF
|
||||
can be made available to a program by calling <tt/_heapadd ((void *) 0x0803, 0x17FD);/
|
||||
|
Loading…
Reference in New Issue
Block a user