Fixed minimum multiplier on Gateway Lucas (#6320)

This brings back 233MHz and 333MHz CPU speed back that were lost to the machine.
This commit is contained in:
Maxwell Scott
2025-10-11 14:30:58 +07:00
committed by GitHub
parent 4d088835ee
commit ce940933e4

View File

@@ -16524,7 +16524,7 @@ const machine_t machines[] = {
.max_bus = 100000000,
.min_voltage = 1300,
.max_voltage = 3520,
.min_multi = 2.0,
.min_multi = 1.5,
.max_multi = 5.5
},
.bus_flags = MACHINE_PS2_PCI | MACHINE_BUS_USB,