Block incompatible K6 and Cyrix CPUs on the HP Pavilion 73xx/74xx

This commit is contained in:
win2kgamer
2025-11-15 20:35:21 -06:00
parent 8ef64cf96f
commit e82331eeb1

View File

@@ -14743,7 +14743,8 @@ const machine_t machines[] = {
.gpio_acpi_handler = NULL,
.cpu = {
.package = CPU_PKG_SOCKET5_7,
.block = CPU_BLOCK(CPU_K5, CPU_5K86, CPU_Cx6x86),
.block = CPU_BLOCK(CPU_K5, CPU_5K86, CPU_K6, CPU_K6_2, CPU_K6_2C, CPU_K6_3, CPU_K6_2P,
CPU_K6_3P, CPU_Cx6x86, CPU_Cx6x86MX, CPU_Cx6x86L),
.min_bus = 50000000,
.max_bus = 66666667,
.min_voltage = 2800,