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

Run Datapoint emulator from start script.

This commit is contained in:
Lars Brinkhoff 2020-03-02 16:24:04 +01:00
parent 76546d3c07
commit d69c7953e4

View File

@ -38,6 +38,11 @@ type340() {
cp build/pdp10-ka/run out/pdp10-ka/run
}
datapoint() {
(sleep 2; tools/vt05/dp3300 -B telnet localhost 10020 >datapoint.log 2>&1) &
started "Datapoint" "$!"
}
help() {
cat <<EOF
This start script takes several command line arguments:
@ -47,6 +52,7 @@ type340 - Enable the Type 340 display.
gt40 - Start a GT40 emulator.
tv11 - Start a TV-11 emulator.
tvcon - Start a TV display.
datapoint - Start a Datapoint 3300 emulator.
EOF