1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-19 01:18:29 +00:00

Add MAGDMP - standalone program loader/dumper for magtape.

It's built for read-in mode, and a TM10A drive.
This commit is contained in:
Lars Brinkhoff
2017-01-19 11:17:52 +01:00
committed by Eric Swenson
parent c4df86d2b2
commit 06c2387bf5
3 changed files with 650 additions and 0 deletions

View File

@@ -309,6 +309,14 @@ expect ":KILL"
respond "*" ":link teach;ts emacs,emacs;tstch >\r"
type ":vk\r"
# magdmp
respond "*" ":midas .;_syseng;magdmp\r"
respond "PTRHRI=" "y\r"
respond "KL10P=" "n\r"
respond "TM10BP=" "n\r"
respond "340P=" "n\r"
expect ":KILL"
respond "*" ":midas sysbin;_syseng;dump\r"
respond "WHICH MACHINE?" "DB\r"
expect ":KILL"