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:
parent
a9fb4889bf
commit
53a6c5da97
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user