Fixed 8080 bug exposed by the exerciser (but still a long way from 100% passing)
This commit is contained in:
parent
94c1ada877
commit
2a447fa6ae
8 changed files with 1974 additions and 13 deletions
|
|
@ -3707,6 +3707,7 @@ if (DEBUGGER) {
|
|||
sMsg = "halting";
|
||||
this.stopCPU();
|
||||
} else {
|
||||
if (this.isBusy(true)) return;
|
||||
sMsg = "already halted";
|
||||
}
|
||||
if (!fQuiet) this.println(sMsg);
|
||||
|
|
|
|||
Loading…
Reference in a new issue