]> git.sur5r.net Git - cc65/commitdiff
Update cbm510.sgml 849/head
authorStefan <stefan.haubenthal@gmail.com>
Tue, 26 Feb 2019 17:38:05 +0000 (18:38 +0100)
committerGitHub <noreply@github.com>
Tue, 26 Feb 2019 17:38:05 +0000 (18:38 +0100)
There is just one CIA but it's not called "CIA1"...

doc/cbm510.sgml

index 1ec0e05d411a25f5c6397db05a9486f4d684560e..012a7b596db58063334a19dbc088f26c6471e5f8 100644 (file)
@@ -244,7 +244,7 @@ The default drivers, <tt/mouse_stddrv (mouse_static_stddrv)/, point to <tt/cbm51
 
 <sect1>Realtime clock<p>
 
-The realtime clock functions use the CIA1 TOD clock. As that clock only stores
+The realtime clock functions use the CIA2 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()/.