]> git.sur5r.net Git - cc65/blobdiff - doc/geos.sgml
Replaced systime() with clock_gettime().
[cc65] / doc / geos.sgml
index d1604bc9ce74c4fd1882a5945dc60571f839819b..cb849c389b3918bbc4a55a273746e27cda29ec05 100644 (file)
@@ -1,12 +1,9 @@
 <!doctype linuxdoc system>
 
 <article>
-
-<!-- Title information -->
-
 <title>GEOSLib docs
 <author><url url="mailto:ytm@elysium.pl" name="Maciej Witkowiak">
-<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.
@@ -51,7 +48,7 @@ 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.
+For <tt/time.h/ functions <tt/clock()/ and <tt/clock_gettime()/ note that the resolution is one second.
 <p>
 Functions from the headers above are either standard C library functions or cc65-specific, in
 either case they are not GEOS specific and so they are not described here.
@@ -71,22 +68,19 @@ programs.
 The software needed:
 <itemize>
     <item><em/cc65/ Excellent package containing a C crosscompiler, a crossassembler and a linker, you
-               can get it from: <htmlurl url="http://www.cc65.org/"
-               name="http://www.cc65.org/">
+               can get it from: <url url="https://cc65.github.io/">.
     <item><em/VICE/ This is a portable C64, C128 and few other Commodore computers emulator, you
-               can obtain it from: <htmlurl url="http://www.viceteam.org/"
-               name="http://www.viceteam.org/">. The VICE package contains the
-               c1541 program that is able to convert/unconvert GEOS files to disk images.
+               can obtain it from: <url url="http://vice-emu.sourceforge.net/">.
+               The VICE package contains the <em/c1541/ program that is able
+               to convert/unconvert GEOS files to disk images.
     <item><em/The Star Commander/ This tool is only for DOS. You will need it for transferring
                object files from a PC to a 1541. There's also one important ability of this
                tool - it automatically un-converts .cvt files into GEOS native format on
-               disk image files. Check out: <htmlurl url="http://sta.c64.org/sc.html"
-               name="http://sta.c64.org/sc.html">
-    <item><em/cbm4linux/ A Linux kernel module that allows for communication with a 1541 and
+               disk image files. Check out: <url url="http://sta.c64.org/sc.html">.
+    <item><em/opencbm/ A package that allows for communication directly with a 1541 and
                other Commodore IEC bus drives. It can be a replacement for Star Commander if
                you only want to transfer files to a disk and unconvert using GEOS program for
-               this purpose. Check out: <htmlurl url="http://www.lb.shuttle.de/puffin/cbm4linux/"
-               name="http://www.lb.shuttle.de/puffin/cbm4linux">
+               this purpose. Check out: <url url="https://spiro.trikaliotis.net/opencbm">.
 </itemize>
 <p>
 VICE and cc65 are portable - they run on variety of platforms - DOS, Win32 and UNIX. GEOSLib only