DataExpert SX495: Apply the bus speed and voltage limits to the MR BIOS version as well.
This commit is contained in:
@@ -5524,10 +5524,10 @@ const machine_t machines[] = {
|
||||
.cpu = {
|
||||
.package = CPU_PKG_386DX | CPU_PKG_SOCKET1,
|
||||
.block = CPU_BLOCK_NONE,
|
||||
.min_bus = 0,
|
||||
.max_bus = 0,
|
||||
.min_voltage = 0,
|
||||
.max_voltage = 0,
|
||||
.min_bus = 25000000,
|
||||
.max_bus = 66666667,
|
||||
.min_voltage = 5000,
|
||||
.max_voltage = 5000,
|
||||
.min_multi = 0,
|
||||
.max_multi = 0
|
||||
},
|
||||
|
Reference in New Issue
Block a user