Add Pentium II Overdrive emulation.

This commit is contained in:
SarahW 2020-06-27 11:55:45 +01:00
commit 3c4fa0511e
3 changed files with 70 additions and 0 deletions

View file

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