]> git.sur5r.net Git - cc65/blobdiff - doc/apple2.sgml
Shorten a URL.
[cc65] / doc / apple2.sgml
index b576ae6c1d22575b53b9690801be52534799692c..d0405b6de6c3f3715a1256e37062e1941e1a8f8d 100644 (file)
@@ -241,7 +241,7 @@ The easiest (and for really large programs in fact the only) way to have a cc65
 program use the memory from $800 to $2000 is to link it as binary
 (as opposed to system) program using the default linker configuration
 <ref id="apple-def-cfg" name="apple2.cfg"> with <tt/__HIMEM__/ set to &dollar;BF00
-and load it with the targetutil LOADER.SYSTEM. The program then works like a system
+and load it with the LOADER.SYSTEM utility. The program then works like a system
 program (i.e. quits to the ProDOS dispatcher).
 
 Using LOADER.SYSTEM is as simple as copying it to the ProDOS 8 directory of the
@@ -449,10 +449,6 @@ BASIC.SYSTEM) there are some limitations for DOS 3.3:
   The Apple&nbsp;&rsqb;&lsqb; has no color text mode. Therefore the functions textcolor(),
   bgcolor() and bordercolor() have no effect.
 
-  <tag/Cursor/
-  The Apple&nbsp;&rsqb;&lsqb; has no hardware cursor. Therefore the function cursor() has
-  no effect.
-
 </descrip><p>