From: Alan Cox Date: Mon, 4 Dec 2017 01:57:39 +0000 (+0000) Subject: v65c816: actually tick rate is 100Hz X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=98e5fcdd694cff4f44df6ed3e282d172d95ff243;p=FUZIX.git v65c816: actually tick rate is 100Hz --- 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