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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user