]> git.sur5r.net Git - cc65/blobdiff - doc/apple2enh.sgml
Since we have now builtin search paths, we need to be able to forget them,
[cc65] / doc / apple2enh.sgml
index 2a3998428f354c2f2a9ee27a82330c5f7a20d9b4..af7fb4a515cd88e767cde98717bf8527f3e63be7 100644 (file)
@@ -126,9 +126,11 @@ usage.
 
 <itemize>
 <item>_dos_type
-<item>_textframe
-<item>_textframexy
 <item>get_ostype
+<item>rebootafterexit
+<item>textframe
+<item>textframexy
+<item>videomode
 </itemize>
 
 
@@ -321,7 +323,7 @@ The function <htmlurl url="dio-1.html" name="dio_open()"> has the single paramet
 slot and drive pair is mapped to that <tt/drive_id/ according to the formula
 
 <verb>
-    <tt/drive_id/ = (slot * 2) + (drive - 1)
+    drive_id = (slot * 2) + (drive - 1)
 </verb>
 
 so that for example slot 6 drive 1 is mapped to <tt/drive_id/ 12.