From 97264de15903df68164ce19a7d2ba81393f65a2b Mon Sep 17 00:00:00 2001 From: Dennis Boone Date: Wed, 18 Mar 2020 17:12:50 -0400 Subject: [PATCH] Units error. The significant digits are correct, but the decimal point is misplaced. --- emdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emdev.h b/emdev.h index e839556..1673cb8 100644 --- a/emdev.h +++ b/emdev.h @@ -1508,7 +1508,7 @@ int devcp (int class, int func, int device) { /* standard Primos always sets a PIC interval of 947 and uses the hardware clock rate of 3.2 usec. This causes a software interrupt - every 947*3.2 usec, or 3030.4 milliseconds, and this works out + every 947*3.2 usec, or 3.0304 milliseconds, and this works out to 330 software interrupts per second. BUT newer machines tick at whatever rate they want and ignore the PIC interval set here.