Another Compaq DeskPro 386 ROM

This commit is contained in:
Jeff Parsons 2015-04-03 17:52:28 -07:00 committed by jeffpar
commit 29d5f078a7
4 changed files with 541 additions and 12 deletions

View file

@ -91,8 +91,8 @@ if (I386) {
* @extends CPU
* @param {Object} parmsCPU
*/
function X86CPU(parmsCPU) {
function X86CPU(parmsCPU)
{
this.model = parmsCPU['model'] || X86.MODEL_8088;
var nCyclesDefault = 0;