mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
PDP8: Fix missing clock pre-calibration instruction set due to typo
This commit is contained in:
parent
4dfb3508bf
commit
5d4e7edd2b
@ -1379,8 +1379,8 @@ return reason;
|
||||
*/
|
||||
|
||||
static const char *pdp8_clock_precalibrate_commands[] = {
|
||||
"106 100"
|
||||
"-m 100 MQL MQA"
|
||||
"106 100",
|
||||
"-m 100 MQL MQA",
|
||||
"-m 101 ISZ 112",
|
||||
"-m 102 JMP I 106",
|
||||
"-m 103 JMP I 106",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user