Another Compaq DeskPro 386 ROM
This commit is contained in:
parent
85b07024a2
commit
29d5f078a7
4 changed files with 541 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue