Add Pentium II Overdrive emulation.
This commit is contained in:
parent
5ad5764500
commit
3c4fa0511e
3 changed files with 70 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ extern int fpu_type;
|
|||
#define CPU_K6_2P 26
|
||||
#define CPU_K6_3P 27
|
||||
#define CPU_PENTIUMPRO 28
|
||||
#define CPU_PENTIUM_2 29
|
||||
|
||||
#define MANU_INTEL 0
|
||||
#define MANU_AMD 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue