mirror of
https://github.com/cc65/cc65.git
synced 2026-04-21 09:17:52 +00:00
provide CLK_TCK and CLOCKS_PER_SEC values for atari5200
This commit is contained in:
@@ -81,6 +81,9 @@ extern struct _timezone {
|
||||
unsigned _clocks_per_sec (void);
|
||||
# define CLK_TCK _clocks_per_sec()
|
||||
# define CLOCKS_PER_SEC _clocks_per_sec()
|
||||
#elif defined(__ATARI5200__)
|
||||
# define CLK_TCK 60 /* POSIX */
|
||||
# define CLOCKS_PER_SEC 60 /* ANSI */
|
||||
#elif defined(__ATMOS__)
|
||||
# define CLK_TCK 100 /* POSIX */
|
||||
# define CLOCKS_PER_SEC 100 /* ANSI */
|
||||
|
||||
Reference in New Issue
Block a user