Added Celeron emulation.
This commit is contained in:
parent
bf68656e8f
commit
5b2087f84d
3 changed files with 28 additions and 1 deletions
|
|
@ -43,6 +43,8 @@ extern int fpu_type;
|
|||
#define CPU_K6_3P 27
|
||||
#define CPU_PENTIUMPRO 28
|
||||
#define CPU_PENTIUM_2 29
|
||||
#define CPU_CELERON 30
|
||||
#define CPU_CELERON_A 31
|
||||
|
||||
#define MANU_INTEL 0
|
||||
#define MANU_AMD 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue