]> git.sur5r.net Git - cc65/blobdiff - doc/funcref.sgml
Since we have now builtin search paths, we need to be able to forget them,
[cc65] / doc / funcref.sgml
index bc49e0828d868790d40218ff18a352236ec003cf..c7f3e2f174ec0a09e749140580297651353e05a4 100644 (file)
@@ -67,6 +67,7 @@ function.
 <itemize>
 <item>_dos_type
 <item><ref id="get_ostype" name="get_ostype">
+<item>rebootafterexit
 </itemize>
 
 
@@ -74,9 +75,10 @@ function.
 
 <itemize>
 <item>_dos_type
-<item>_textframe
-<item>_textframexy
 <item><ref id="get_ostype" name="get_ostype">
+<item>rebootafterexit
+<item>textframe
+<item>textframexy
 <item><ref id="videomode" name="videomode">
 </itemize>
 
@@ -1845,7 +1847,7 @@ extended memory that should be supported. There is no autodetect capability.
 memory and returns a pointer to the page frame. Depending on the hardware
 and driver, the data is either mapped into the address space or transfered
 into a buffer. If you don't need the actual contents of the page (for example
-because you're going to overwrite it completely, it is better to call
+because you're going to overwrite it completely), it is better to call
 <tt/<ref id="em_use" name="em_use">/ instead. <tt/em_use/ will not transfer the
 data if it is possible to avoid that.
 <tag/Limits/<itemize>