The Alaris Cougar now allows the IBM 486BL CPU's as well.

This commit is contained in:
OBattler
2024-07-24 00:01:54 +02:00
parent 2634b206c8
commit fe9817d379

View File

@@ -6418,7 +6418,7 @@ const machine_t machines[] = {
.available_flag = MACHINE_AVAILABLE,
.gpio_acpi_handler = NULL,
.cpu = {
.package = CPU_PKG_SOCKET3,
.package = CPU_PKG_SOCKET3 | CPU_PKG_486BL,
.block = CPU_BLOCK_NONE,
.min_bus = 0,
.max_bus = 0,