From 98e5fcdd694cff4f44df6ed3e282d172d95ff243 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 4 Dec 2017 01:57:39 +0000 Subject: [PATCH] v65c816: actually tick rate is 100Hz --- Kernel/platform-v65c816/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-v65c816/config.h b/Kernel/platform-v65c816/config.h index be7cb023..36b2281f 100644 --- a/Kernel/platform-v65c816/config.h +++ b/Kernel/platform-v65c816/config.h @@ -25,7 +25,7 @@ #define STACK_BANKOFF 0xF5 /* F600-FCFF */ -#define TICKSPERSEC 10 /* Ticks per second */ +#define TICKSPERSEC 100 /* Ticks per second */ #define MAPBASE 0x0000 /* We map from 0 */ #define PROGBASE 0x0100 /* also data base */ #define PROGLOAD 0x0100 -- 2.34.1