mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
CPU: Fix the Cyrix 6x86 check ijn cpu_set().
This commit is contained in:
@@ -1550,7 +1550,7 @@ cpu_set(void)
|
||||
|
||||
if ((cpu_s->cpu_type == CPU_Cx6x86L) || (cpu_s->cpu_type == CPU_Cx6x86MX))
|
||||
ccr4 = 0x80;
|
||||
else if (CPU_Cx6x86)
|
||||
else if (cpu_s->cpu_type == CPU_Cx6x86)
|
||||
CPUID = 0; /* Disabled on powerup by default */
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user