Fixed MMR1/MMR2 updates, and synced boot monitor code with http://skn.noip.me/pdp11/boot.mac
This commit is contained in:
parent
7342ea254e
commit
9d67f243ef
9 changed files with 1401 additions and 809 deletions
|
|
@ -655,7 +655,7 @@ PanelPDP11.prototype.processContinue = function(value, index)
|
|||
var dbg = this.dbg;
|
||||
if (dbg && !dbg.isBusy(true)) {
|
||||
dbg.setBusy(true);
|
||||
dbg.stepCPU(0);
|
||||
dbg.stepCPU(0, null);
|
||||
dbg.setBusy(false);
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue