Blocklist the CPUs without an internal FPU on the IBM PS/2 Model 70 type 4

This commit is contained in:
Alexander Babikov
2023-09-21 21:05:28 +05:00
parent f324116eaf
commit a20a98c755

View File

@@ -5518,7 +5518,7 @@ const machine_t machines[] = {
.pad2 = 0,
.cpu = {
.package = CPU_PKG_SOCKET1,
.block = CPU_BLOCK_NONE,
.block = CPU_BLOCK(CPU_i486SX, CPU_i486SX_SLENH, CPU_Am486SX, CPU_Cx486S),
.min_bus = 0,
.max_bus = 0,
.min_voltage = 0,