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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user