From a9cdd4f4267e9b8b90bc3ed7f139e394dd715594 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Mon, 8 Apr 2024 12:46:00 +0200 Subject: [PATCH] Fix start script to run SIMH V3 instead of Open-SIMH. --- build/simhv3/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/simhv3/start b/build/simhv3/start index 8b994f9b..e30cad95 100755 --- a/build/simhv3/start +++ b/build/simhv3/start @@ -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