Added Celeron emulation.

This commit is contained in:
SarahW 2020-06-30 21:20:53 +01:00
commit 5b2087f84d
3 changed files with 28 additions and 1 deletions

View file

@ -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