Fixed 8080 bug exposed by the exerciser (but still a long way from 100% passing)

This commit is contained in:
Jeff Parsons 2016-04-27 15:36:21 -07:00
commit 2a447fa6ae
8 changed files with 1974 additions and 13 deletions

View file

@ -6663,6 +6663,7 @@ if (DEBUGGER) {
sMsg = "halting";
this.stopCPU();
} else {
if (this.isBusy(true)) return;
sMsg = "already halted";
}
if (!fQuiet) this.println(sMsg);