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

Translate SST21 and get it out of ITS.

This commit is contained in:
Lars Brinkhoff
2019-01-22 21:22:57 +01:00
parent 403114a0d0
commit 4652a2f641
2 changed files with 6 additions and 1 deletions

View File

@@ -127,12 +127,13 @@ $(OUT)/dskdmp.tape: $(WRITETAPE) $(RAM) $(DSKDMP)
$(MKDIR) $(OUT)
$(WRITETAPE) -n 2560 $@ $(RAM) $(DSKDMP)
$(OUT)/bootvt.bin $(OUT)/aplogo.ptp: $(OUT)/output.tape
$(OUT)/bootvt.bin $(OUT)/aplogo.ptp $(OUT)/sst21.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
$(RM) -rf $(OUT)/tmp
tools/dasm/palx: tools/dasm/palx.c

View File

@@ -1127,6 +1127,10 @@ expect ":KILL"
# SST
respond "*" ":midas imlac;_sst21\r"
expect ":KILL"
respond "*" ":imtran\r"
respond "@" "imlac; sst21 iml_imlac; sst21 bin\r"
respond "@" "\032"
type ":kill\r"
# Maze War
respond "*" ":midas /t sysbin;_imsrc; maze\r"