mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
NES changes
git-svn-id: svn://svn.cc65.org/cc65/trunk@2057 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
63b0537eb7
commit
4fbcb43763
@ -93,6 +93,9 @@ unsigned _clocks_per_sec (void);
|
||||
# define CLK_TCK 60 /* POSIX */
|
||||
# define CLOCKS_PER_SEC 60 /* ANSI */
|
||||
# endif
|
||||
#elif defined(__NES__)
|
||||
# define CLK_TCK 50 /* POSIX */
|
||||
# define CLOCKS_PER_SEC 50 /* ANSI */
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user