CPU: Fix the Cyrix 6x86 check ijn cpu_set().

This commit is contained in:
OBattler
2025-11-08 03:34:28 +01:00
parent f71da53ee8
commit ec1271fd5b

View File

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