Merge pull request #6479 from win2kgamer/rubyusb-cpublock

Block incompatible K6 and Cyrix CPUs on the HP Pavilion 73xx/74xx
This commit is contained in:
Miran Grča
2025-11-16 05:31:19 +01:00
committed by GitHub

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,