Skip to content

Commit

Permalink
Build the SIMH H316 emulator.
Browse files Browse the repository at this point in the history
This is for emulating an IMP in an ARPA network.
  • Loading branch information
larsbrinkhoff committed Dec 15, 2024
1 parent 4074a9a commit 4c7e6be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ DATAPOINT=tools/vt05/dp3300
VT52=tools/vt05/vt52
TEK=tools/tek4010/tek4010
SIMH_IMLAC=tools/simh/BIN/imlac $(OUT)/ssv22.iml
IMP=tools/simh/BIN/h316

H3TEXT=$(shell cd build; ls h3text.*)
NAMES=$(shell cd build; ls names.*)
Expand Down Expand Up @@ -156,15 +157,15 @@ out/pdp10-ka/stamp/its: $(OUT)/rp03.2 $(OUT)/rp03.3
$(MKDIR) $(OUT)/stamp
$(TOUCH) $@

out/pdp10-ka/stamp/emulators: $(GT40) $(TV11) $(XGP11) $(PDP6) $(DATAPOINT) $(VT52) $(TEK) $(SIMH_IMLAC)
out/pdp10-ka/stamp/emulators: $(GT40) $(TV11) $(XGP11) $(PDP6) $(DATAPOINT) $(VT52) $(TEK) $(SIMH_IMLAC) $(IMP)
$(MKDIR) $(OUT)/stamp
$(TOUCH) $@

out/pdp10-kl/stamp/its: $(OUT)/rp04.1
$(MKDIR) $(OUT)/stamp
$(TOUCH) $@

out/pdp10-kl/stamp/emulators: $(VT52) $(TEK)
out/pdp10-kl/stamp/emulators: $(VT52) $(TEK) $(IMP)
$(MKDIR) $(OUT)/stamp
$(TOUCH) $@

Expand Down

0 comments on commit 4c7e6be

Please sign in to comment.