Assorted tweaks for the DeskPro 386 ROM

This commit is contained in:
Jeff Parsons 2015-03-26 12:13:16 -07:00 committed by jeffpar
commit 0cbae3ea11
6 changed files with 75 additions and 12 deletions

View file

@ -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,