]> git.sur5r.net Git - cc65/blobdiff - doc/geos.sgml
Since we have now builtin search paths, we need to be able to forget them,
[cc65] / doc / geos.sgml
index cf8a82b838dab177d8d405b932bdee9b023c8cbb..d58a8764f4f2c37f2bf893282afc382eb4920690 100644 (file)
@@ -6,7 +6,7 @@
 
 <title>GEOSLib docs
 <author>Maciej Witkowiak, <htmlurl url="mailto:ytm@elysium.pl" name="ytm@elysium.pl">
-<date>v1.5, 26.12.1999, 2000, 2001, 2002, 2003
+<date>v1.5, 26.12.1999, 2000, 2001, 2002, 2003, 2005
 <abstract>
 This is the documentation of cc65's GEOSLib, but information contained here may be also
 useful for writing GEOS applications in general.
@@ -53,6 +53,8 @@ changed between <tt/tgi_init/ and <tt/tgi_done/.
 It is safe to use these standard includes and their contents:
 <tt/assert.h, conio.h, dio.h, errno.h, em.h, geos.h, joystick.h, modload.h, mouse.h, stdlib.h, string.h, tgi.h, time.h/
 <p>
+For <tt/time.h/ functions <tt/systime()/ and <tt/clock()/ note that the resolution is one second.
+<p>
 It was not tested enough, but functions from these includes might work under GEOS:
 <tt/rs232.h, zlib.h/
 <p>
@@ -1651,7 +1653,7 @@ kernal (like <tt/DoMenu/, <tt/DoIcons/, etc.) - right before passing control to
 Be warned that vectors are most likely to be changed by GEOS kernal also by other functions (like
 <tt/GotoFirstMenu/, <tt/DoDlgBox/ and its derivatives etc.). It depends on what kernal functions
 you use and which vectors you altered. Unfortunately there is no exact list for GEOS 2.0, a complete
-list for GEOS 1.x can be found in A. Boyce's Programmers' Referenece Guide mentioned before. Most of
+list for GEOS 1.x can be found in A. Boyce's Programmers' Reference Guide mentioned before. Most of
 information contained there should be still valid for GEOS 2.0. When calling a function that restores
 the vector you should add a <tt/hook_into_system()/ call right after it.
 <p>