1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-13 15:27:28 +00:00

Make the Type 340 display optional.

This commit is contained in:
Lars Brinkhoff 2020-01-26 12:34:05 +01:00
parent a9fb4889bf
commit 53a6c5da97

View File

@ -34,10 +34,16 @@ tvcon() {
started "TV-console" "$!"
}
type340() {
cp build/pdp10-ka/run out/pdp10-ka/run
}
sed 's/set dpy enabled/set dpy disabled/' < build/pdp10-ka/run > out/pdp10-ka/run
while test -n "$1"; do
"$1"
shift
done
tools/sims/BIN/pdp10-ka build/pdp10-ka/run
tools/sims/BIN/pdp10-ka out/pdp10-ka/run
exit 0