]> git.sur5r.net Git - cc65/blobdiff - doc/apple2enh.sgml
ca65.sgml fails to document z: a: f: address size override prefixes.
[cc65] / doc / apple2enh.sgml
index b40523aba55ffef94be7e66851bbf0c267574456..fbdba908b76a3d7587a1b84a47167bff3f5289d7 100644 (file)
@@ -1,10 +1,8 @@
 <!doctype linuxdoc system>
 
 <article>
-
 <title>Enhanced&nbsp;Apple&nbsp;//e specific information for cc65
 <author><url url="mailto:ol.sc@web.de" name="Oliver Schmidt">
-<date>2014-04-10
 
 <abstract>
 An overview over the enhanced&nbsp;Apple&nbsp;//e runtime system as it is
@@ -456,7 +454,7 @@ BASIC.SYSTEM) there are some limitations for DOS 3.3:
 
 <descrip>
 
-  <tag>Disk File I/O</tag>
+  <tag>Disk file I/O</tag>
   There's no disk file I/O support. Any attempt to use it yields an error with
   <tt/errno/ set to <tt/ENOSYS/. This implicitly means that loadable drivers
   are in general not functional as they depend on disk file I/O. Therefore the statically
@@ -481,6 +479,18 @@ BASIC.SYSTEM) there are some limitations for DOS 3.3:
 </descrip><p>
 
 
+<sect1>Random number generator<p>
+
+<descrip>
+
+  <tag/Random number seed/
+  The random number seed is generated from the time the program waits for user input.
+  Therefore it is necessary to wait for at least one user keypress either via Standard
+  I/O or via Direct console I/O before initializing the pseudo random number generator.
+
+</descrip><p>
+
+
 
 <sect>Other hints<p>