1
0
mirror of https://github.com/livingcomputermuseum/cpus-pdp8.git synced 2026-04-25 11:51:55 +00:00

Added patch to maker.c; updates INIT for a 50Hz clock (as used on the M8330).

This commit is contained in:
Frank
2019-11-20 19:43:58 -08:00
parent 20f6e172cb
commit 2ddaf0d205

View File

@@ -99,7 +99,9 @@ int field_patch(int field)
fields[0][07600+i] = message[i] | 0200;
}
break;
case 2:
fields[2][02402] = 07773; /* 50 Hz Clock */
fields[2][01403] = 6; /* CORFLD */
break;
}