From: Will Sowerbutts Date: Fri, 6 Jan 2017 19:04:28 +0000 (+0000) Subject: Kernel: zeta-v2: Correct TICKSPERSEC X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=84b9b4e3ba178687adbe7f57d22a15f60a724132;p=FUZIX.git Kernel: zeta-v2: Correct TICKSPERSEC --- diff --git a/Kernel/platform-zeta-v2/config.h b/Kernel/platform-zeta-v2/config.h index 76b11550..374417df 100644 --- a/Kernel/platform-zeta-v2/config.h +++ b/Kernel/platform-zeta-v2/config.h @@ -20,7 +20,7 @@ /* Banks as reported to user space */ #define CONFIG_BANKS 4 -#define TICKSPERSEC 15 /* Ticks per second */ +#define TICKSPERSEC 20 /* Ticks per second */ #define PROGBASE 0x0000 /* also data base */ #define PROGLOAD 0x0100 /* also data base */ #define PROGTOP 0xF000 /* Top of program, base of U_DATA copy */