1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-24 19:40:28 +00:00

Fixed DQXDEV (DQ) device to work in KA-10. Resolve #1669.

This commit is contained in:
Eric Swenson
2019-08-02 20:41:31 +00:00
parent 3744295d5b
commit 40bc0b9840
5 changed files with 40 additions and 1 deletions

View File

@@ -196,3 +196,7 @@ proc copy_to_klfe {file} {
proc comsat_switches {} {
respond "Limit to KA-10 instructions" "y\r"
}
proc dqxdev_switches {} {
respond "Limit to KA-10 instructions" "y\r"
}