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
|
|
@ -66,6 +66,7 @@ enum
|
|||
FPU_NONE,
|
||||
FPU_8087,
|
||||
FPU_287,
|
||||
FPU_287XL,
|
||||
FPU_387,
|
||||
FPU_BUILTIN
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue