Expanded MODEL cpu array to 4 entries.

This commit is contained in:
TomW 2015-08-27 19:20:34 +01:00
commit e7695122b2

View file

@ -6,7 +6,7 @@ typedef struct
{
char name[8];
CPU *cpus;
} cpu[3];
} cpu[4];
int fixed_gfxcard;
void (*init)();
} MODEL;