]> git.sur5r.net Git - cc65/blobdiff - include/time.h
Moved declarations that are common to the C16 and the Plus4 libraries over to their...
[cc65] / include / time.h
index 33bcbb569bf93cabc25eaf905b80550fdae5fdfd..22e24a56e0ac8d5d44be23070c893d4da3387aeb 100644 (file)
@@ -103,8 +103,8 @@ unsigned _clocks_per_sec (void);
 #  define CLK_TCK               60      /* POSIX */
 #  define CLOCKS_PER_SEC        60      /* ANSI */
 #elif  defined(__GAMATE__)
-#  define CLK_TCK               60      /* POSIX */     /* FIXME */
-#  define CLOCKS_PER_SEC        60      /* ANSI */      /* FIXME */
+#  define CLK_TCK               135     /* POSIX */     /* FIXME */
+#  define CLOCKS_PER_SEC        135     /* ANSI */      /* FIXME */
 #elif  defined(__GEOS__)
 #  define CLK_TCK               1       /* POSIX */
 #  define CLOCKS_PER_SEC        1       /* ANSI */