1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-13 07:19:57 +00:00

Move the DSKDMP G$ command inside processor specific build script.

Beause the KL10 version of dump_its will use NTSDDT instead of DSKDMP.
This commit is contained in:
Lars Brinkhoff 2019-06-28 13:53:49 +02:00
parent d0f58e9f04
commit 9f0f8dd0e9
3 changed files with 2 additions and 1 deletions

View File

@ -124,6 +124,7 @@ proc dump_nits {} {
respond "\n" "\033u"
respond "DSKDMP" "m\033salv bin\r"
respond "\n" "d\033nits\r"
respond "\n" "g\033"
}
proc magdmp_switches {} {

View File

@ -140,6 +140,7 @@ proc dump_nits {} {
respond "\n" "\033u"
respond "DSKDMP" "m\033nsalv bin\r"
respond "\n" "d\033nits\r"
respond "\n" "g\033"
}
proc magdmp_switches {} {

View File

@ -62,4 +62,3 @@ frontend_bootstrap
shutdown
start_dskdmp
dump_nits
respond "\n" "g\033"