X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Ftime.h;h=22e24a56e0ac8d5d44be23070c893d4da3387aeb;hb=96e6a0a114b7ba07809ec23f736d754bf1206425;hp=12f130f5235b4add8bc9752676f9811d6216d4cb;hpb=b2657ecef5c0db061587c4f98e94b7500c74a93f;p=cc65 diff --git a/include/time.h b/include/time.h index 12f130f52..22e24a56e 100644 --- a/include/time.h +++ b/include/time.h @@ -102,6 +102,9 @@ unsigned _clocks_per_sec (void); #elif defined(__PCE__) # define CLK_TCK 60 /* POSIX */ # define CLOCKS_PER_SEC 60 /* ANSI */ +#elif defined(__GAMATE__) +# 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 */