1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-26 04:02:06 +00:00

VT52 on T60.

This commit is contained in:
Lars Brinkhoff
2020-03-05 20:38:44 +01:00
parent bc4180bd89
commit 39db4d06ef
4 changed files with 13 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ at dpk line=11,10019 speed=4800
at dpk line=15,10020 speed=4800
set mty enabled
at mty 10003 speed=50000
at mty line=15,10018 speed=9600
set ten11 enabled
at ten11 10011
set auxcpu enabled

View File

@@ -43,6 +43,11 @@ datapoint() {
started "Datapoint" "$!"
}
vt52() {
(sleep 2; tools/vt05/vt52 -B telnet localhost 10018 >vt52.log 2>&1) &
started "VT52" "$!"
}
help() {
cat <<EOF
This start script takes several command line arguments:
@@ -53,6 +58,7 @@ gt40 - Start a GT40 emulator.
tv11 - Start a TV-11 emulator.
tvcon - Start a TV display.
datapoint - Start a Datapoint 3300 emulator.
vt52 - Start a VT52 emulator.
EOF