From: Alan Cox Date: Fri, 9 Feb 2018 23:41:12 +0000 (+0000) Subject: ubee: set tick rate properly X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9d97ea35c050f5ea465bb1cbe013f3e49c87c09c;p=FUZIX.git ubee: set tick rate properly --- diff --git a/Kernel/platform-ubee/config.h b/Kernel/platform-ubee/config.h index 544ddd0d..ef89ade7 100644 --- a/Kernel/platform-ubee/config.h +++ b/Kernel/platform-ubee/config.h @@ -32,7 +32,7 @@ #define VT_RIGHT 79 #define VT_BOTTOM 23 -#define TICKSPERSEC 64 /* Ticks per second */ +#define TICKSPERSEC 10 /* Ticks per second */ #define PROGBASE 0x0000 /* Base of user */ #define PROGLOAD 0x0100 /* Load and run here */ #define PROGTOP 0x7D00 /* Top of program, base of U_DATA stash */