Added initial attempt at instruction timings for 8087/287/387.
Also added 287XL using 387 timings.
This commit is contained in:
parent
0e8926936d
commit
4875f24b53
7 changed files with 153 additions and 124 deletions
|
|
@ -35,8 +35,9 @@ FPU fpus_8088[] =
|
|||
};
|
||||
FPU fpus_80286[] =
|
||||
{
|
||||
{"None", "none", FPU_NONE},
|
||||
{"287", "287", FPU_287},
|
||||
{"None", "none", FPU_NONE},
|
||||
{"287", "287", FPU_287},
|
||||
{"287XL", "287xl", FPU_287XL},
|
||||
{NULL, NULL, 0}
|
||||
};
|
||||
FPU fpus_80386[] =
|
||||
|
|
|
|||
Loading…
Reference in a new issue