mirror of
https://github.com/cc65/cc65.git
synced 2026-04-26 13:18:31 +00:00
Add support for the CBM 510
git-svn-id: svn://svn.cc65.org/cc65/trunk@916 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
+2
-2
@@ -61,8 +61,8 @@ struct tm {
|
||||
};
|
||||
|
||||
#if defined(__CBM__)
|
||||
# if defined(__CBM610__)
|
||||
/* The 610 gets its clock from the AC current */
|
||||
# if defined(__CBM510__) || defined(__CBM610__)
|
||||
/* The 510/610 gets its clock from the AC current */
|
||||
# define CLK_TCK 50 /* POSIX */
|
||||
# define CLOCKS_PER_SEC 50 /* ANSI */
|
||||
# else
|
||||
|
||||
Reference in New Issue
Block a user