mirror of
https://github.com/PDP-10/its.git
synced 2026-01-28 21:01:16 +00:00
Make it possible to customize ITS per-machine.
This commit is contained in:
@@ -195,6 +195,10 @@ respond "*" ":copy sys; ts ddt, dsk0: backup;\r"
|
||||
respond "*" ":copy sys; ts dump, dsk0: backup;\r"
|
||||
respond "*" ":copy sys; ts midas, dsk0: backup;\r"
|
||||
|
||||
if [file exists $build/mchn/$mchn/custom.tcl] {
|
||||
source $build/mchn/$mchn/custom.tcl
|
||||
}
|
||||
|
||||
if {![info exists env(NODUMP)]} {
|
||||
# make output.tape
|
||||
respond "*" $emulator_escape
|
||||
|
||||
Reference in New Issue
Block a user