1
0
mirror of https://github.com/prirun/p50em.git synced 2026-02-18 21:06:57 +00:00

Fixed clock skew during boot when PNC not enabled

This commit is contained in:
Jim Wilcoxson
2020-04-16 01:50:52 +00:00
parent 63d37818f0
commit ea16e96f33

View File

@@ -1531,6 +1531,7 @@ int devcp (int class, int func, int device) {
clkpic = -1250;
TRACE(T_INST, "Clock PIC %d requested, set to %d\n", getcrs16s(A), clkpic);
SETCLKPOLL;
ticks = -1;
} else if (func == 07) {
TRACE(T_INST, "Clock control register set to '%o\n", getcrs16(A));
@@ -1538,6 +1539,7 @@ int devcp (int class, int func, int device) {
clkrate = 102.4;
else
clkrate = 3.2;
ticks = -1;
SETCLKPOLL;
} else if (func == 013) { /* set interrupt vector */