]> git.sur5r.net Git - cc65/commitdiff
git-svn-id: svn://svn.cc65.org/cc65/trunk@4523 b7a2c559-68d2-44c3-8de9-860c34a00d81
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 12 Dec 2009 23:07:42 +0000 (23:07 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 12 Dec 2009 23:07:42 +0000 (23:07 +0000)
doc/apple2.sgml
doc/apple2enh.sgml

index 1a6d23b6a2b16cccf3018da5b6d094edca1fa0f7..0f816a3ec1a2541b50ad844d34f24c0ca5002c1f 100644 (file)
@@ -294,6 +294,7 @@ usage.
 <item>_dos_type
 <item>get_ostype
 <item>rebootafterexit
+<item>tgi_apple2_mix
 </itemize>
 
 
index 527159b9768a948ba65f9d5a3debb4bc3e4da90e..e257861c36497d87f9cedc80d0eaacdcca623d75 100644 (file)
@@ -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&times;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 &dollar;803 to &dollar;1FFF
   can be made available to a program by calling <tt/_heapadd ((void *) 0x0803, 0x17FD);/