1
0
mirror of https://github.com/prirun/p50em.git synced 2026-04-05 12:46:21 +00:00

Units error.

The significant digits are correct, but the decimal point is misplaced.
This commit is contained in:
Dennis Boone
2020-03-18 17:12:50 -04:00
committed by GitHub
parent 8ecdefb86d
commit 97264de159

View File

@@ -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.