1
0
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:
cuz
2001-09-14 07:53:34 +00:00
parent 3e5adc0926
commit cce379324d
2 changed files with 10 additions and 18 deletions
+2 -2
View File
@@ -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