]> git.sur5r.net Git - cc65/blobdiff - doc/c128.sgml
corrected text formatting
[cc65] / doc / c128.sgml
index 0094631ad21e8d4a24d5fb9e204680b3563bfa30..82c280ef0193ec6482275600815ce0fa63a9297f 100644 (file)
@@ -1,11 +1,9 @@
 <!doctype linuxdoc system>
 
 <article>
-
 <title>Commodore 128-specific information for cc65
 <author><url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">,<newline>
 <url url="mailto:polluks@sdf.lonestar.org" name="Stefan A. Haubenthal">
-<date>2018-08-29
 
 <abstract>
 An overview over the C128 runtime system as it is implemented for the cc65 C
@@ -341,6 +339,13 @@ The default drivers, <tt/mouse_stddrv (mouse_static_stddrv)/, point to <tt/c128-
 <sect>Limitations<p>
 
 
+<sect1>Realtime clock<p>
+
+The realtime clock functions use the CIA1 TOD clock. As that clock only stores
+the time but not the date, the date set by <tt/clock_settime()/ is simply stored
+inside the C library for retrieval in the same program via <tt/clock_gettime()/.
+
+
 
 <sect>Other hints<p>