1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-10 12:48:25 +00:00

Fix start script to run SIMH V3 instead of Open-SIMH.

This commit is contained in:
Lars Brinkhoff
2024-04-08 12:46:00 +02:00
parent ebc307ff96
commit a9cdd4f426

View File

@@ -56,5 +56,5 @@ while test -n "$1"; do
shift
done
tools/simh/BIN/pdp10 out/simh/boot
tools/simhv3/BIN/pdp10 build/simhv3/boot
exit 0