Added PDP-10 diagnostic #6 (MAINDEC-10-DAKAF)
This commit is contained in:
parent
d0ff759684
commit
c380e2cad2
6 changed files with 13530 additions and 1 deletions
|
|
@ -2637,7 +2637,7 @@ class DebuggerPDP10 extends Debugger {
|
|||
}
|
||||
|
||||
var sOptions = asArgs[0].substr(1);
|
||||
var match = sOpcode.match(/^(['"]?)(.*\.mac|.*\.html)\1$/i);
|
||||
var match = sOpcode.match(/^(['"]?)(.*\.mac|.*\.html|.*\.txt)\1$/i);
|
||||
if (match) {
|
||||
var dbg = this;
|
||||
if (this.macro10) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue