1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-25 11:47:10 +00:00
Lars Brinkhoff f8289af876 Start GT40 from toplevel start script.
Update SIMH PDP11 simulator to a version which supports a bootable ROM
device.
2018-09-11 18:47:27 +02:00

18 lines
307 B
Plaintext

set cpu 11/05
set cpu 16k
set tti 8b
set dli enabled
set dlo enabled
set dli lines=1
set dli address=17775610
set dlo 8b
at dli 10005,connect=localhost:10000
set vt enable
set vt crt=vr14
set vt scale=1
set vt address=17772000
set rom enabled
set rom0 address=17766000
at rom0 out/sims/bootvt.img
boot rom0