Expanded MODEL cpu array to 4 entries.
This commit is contained in:
parent
91eaa9c83b
commit
e7695122b2
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ typedef struct
|
|||
{
|
||||
char name[8];
|
||||
CPU *cpus;
|
||||
} cpu[3];
|
||||
} cpu[4];
|
||||
int fixed_gfxcard;
|
||||
void (*init)();
|
||||
} MODEL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue