Assorted tweaks for the DeskPro 386 ROM
This commit is contained in:
parent
a414247ea6
commit
0cbae3ea11
6 changed files with 75 additions and 12 deletions
|
|
@ -3402,7 +3402,7 @@ X86CPU.prototype.stepCPU = function(nMinCycles)
|
|||
|
||||
if (I386 && (this.opPrefixes & (X86.OPFLAG.ADDRSIZE | X86.OPFLAG.DATASIZE))) {
|
||||
this.resetSizes();
|
||||
if (DEBUG && DEBUGGER) {
|
||||
if (MAXDEBUG && DEBUGGER) {
|
||||
this.println("80386 override processed");
|
||||
this.stopCPU();
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue