ALi M6117-related CPU fixes.

This commit is contained in:
OBattler
2022-07-18 23:38:06 +02:00
parent 52f8d68fb0
commit 645c4e6902
5 changed files with 12 additions and 3 deletions

View File

@@ -495,7 +495,7 @@ extern double fpu_multi;
extern int cpu_cyrix_alignment; /*Cyrix 5x86/6x86 only has data misalignment
penalties when crossing 8-byte boundaries*/
extern int is8086, is286, is386, is486;
extern int is8086, is286, is386, is6117, is486;
extern int is_am486, is_am486dxl, is_pentium, is_k5, is_k6, is_p6, is_cxsmm;
extern int hascache;
extern int isibm486;