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
|
|
@ -351,8 +351,8 @@ CompaqController.writeByte = function writeCompaqControllerByte(off, b)
|
|||
}
|
||||
}
|
||||
controller.bMappings = b;
|
||||
if (DEBUG) this.cpu.stopCPU();
|
||||
}
|
||||
if (DEBUG) this.cpu.stopCPU();
|
||||
};
|
||||
|
||||
CompaqController.ACCESS = [CompaqController.readByte, CompaqController.readByte, CompaqController.readByte,
|
||||
|
|
|
|||
Loading…
Reference in a new issue