1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-04 05:09:34 +00:00

CRASH - maybe an Imlac game?

This commit is contained in:
Lars Brinkhoff
2019-01-22 21:32:22 +01:00
parent 94802880ea
commit 123ed803b1
4 changed files with 709 additions and 1 deletions

View File

@@ -127,13 +127,14 @@ $(OUT)/dskdmp.tape: $(WRITETAPE) $(RAM) $(DSKDMP)
$(MKDIR) $(OUT)
$(WRITETAPE) -n 2560 $@ $(RAM) $(DSKDMP)
$(OUT)/bootvt.bin $(OUT)/aplogo.ptp $(OUT)/sst21.iml: $(OUT)/output.tape
$(OUT)/bootvt.bin $(OUT)/aplogo.ptp $(OUT)/sst21.iml $(OUT)/crash.iml: $(OUT)/output.tape
$(RM) -rf $(OUT)/tmp
$(MKDIR) -p $(OUT)/tmp
$(ITSTAR) -xf $< -C $(OUT)/tmp
$(CP) $(OUT)/tmp/gt40/bootvt.bin $(OUT)/bootvt.bin
-$(CP) $(OUT)/tmp/aplogo/logo.ptp $(OUT)/aplogo.ptp
$(CP) $(OUT)/tmp/imlac/sst21.iml $(OUT)/sst21.iml
$(CP) $(OUT)/tmp/imlac/cash.iml $(OUT)/crash.iml
$(RM) -rf $(OUT)/tmp
tools/dasm/palx: tools/dasm/palx.c