Updated video card dump

This commit is contained in:
Jeff Parsons 2015-06-08 16:00:26 -07:00
commit ac3ea70683
3 changed files with 101 additions and 10 deletions

View file

@ -5069,7 +5069,7 @@ if (DEBUGGER) {
this.setTempBreakpoint(dbgAddr);
}
if (!this.runCPU(true)) {
this.println('cpu not available, "g" command ignored');
this.println('cpu busy, "g" command ignored');
}
};