mirror of
https://github.com/86Box/86Box.git
synced 2026-02-25 04:45:31 -07:00
Optimize a couple CPU block checks
This commit is contained in:
@@ -15476,7 +15476,7 @@ const machine_t machines[] = {
|
||||
.gpio_acpi_handler = NULL,
|
||||
.cpu = {
|
||||
.package = CPU_PKG_SOCKET5_7,
|
||||
.block = CPU_BLOCK_NONE,
|
||||
.block = CPU_BLOCK(CPU_Cx6x86MX),
|
||||
.min_bus = 50000000,
|
||||
.max_bus = 75000000,
|
||||
.min_voltage = 2100,
|
||||
|
||||
Reference in New Issue
Block a user