1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-11 23:53:12 +00:00

Fix KS10 SIMH script for GT40.

This commit is contained in:
Lars Brinkhoff 2018-10-12 19:51:01 +02:00
parent 3b9d27ddc1
commit a1275e8ac8
2 changed files with 3 additions and 2 deletions

View File

@ -12,5 +12,6 @@ set vt crt=vr14
set vt scale=1
set vt address=17772000
set rom enabled
at rom out/sims/bootvt.img
set rom0 address=17766000
at rom out/simh/bootvt.img
go 166000

View File

@ -2,7 +2,7 @@
gt40() {
trap kill_gt40 0
(sleep 3; tools/simh/BIN/pdp11 build/sims/gt40 >gt40.log 2>&1) &
(sleep 3; tools/simh/BIN/pdp11 build/simh/gt40 >gt40.log 2>&1) &
GT40="$!"
echo "GT40 started, pid $GT40"
}