Added some RK11 improvements, and a new Debugger command ("da") to dump information about a virtual address
This commit is contained in:
parent
27c41ebb94
commit
63348edabe
11 changed files with 823 additions and 666 deletions
|
|
@ -1221,6 +1221,7 @@ CPUPDP11.prototype.stopCPU = function(fComplete)
|
|||
this.cmp.stop(usr.getTime(), this.getCycles());
|
||||
}
|
||||
fStopped = true;
|
||||
if (!this.dbg) this.status("Stopped");
|
||||
}
|
||||
this.flags.complete = fComplete;
|
||||
return fStopped;
|
||||
|
|
|
|||
Loading…
Reference in a new issue