mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user