Corrected EuroPC CPU options. Patch from ecksemmess.

This commit is contained in:
SarahW 2017-06-04 17:47:13 +01:00
commit 45bd0db00c
3 changed files with 11 additions and 1 deletions

View file

@ -141,6 +141,15 @@ CPU cpus_pcjr[] =
{"", -1, 0, 0, 0, 0}
};
CPU cpus_europc[] =
{
/*8088 EuroPC*/
{"8088/4.77", CPU_8088, 0, 4772728, 1, 0, 0, 0, 0, 0, 0,0,0,0},
{"8088/7.16", CPU_8088, 1, 14318184/2, 1, 0, 0, 0, 0, 0, 0,0,0,0},
{"8088/9.54", CPU_8088, 1, 4772728*2, 1, 0, 0, 0, 0, 0, 0,0,0,0},
{"", -1, 0, 0, 0, 0}
};
CPU cpus_8086[] =
{
/*8086 standard*/