DataExpert SX495: Apply the bus speed and voltage limits to the MR BIOS version as well.

This commit is contained in:
OBattler
2024-07-26 21:08:56 +02:00
parent 4b24142deb
commit 3853979b3f

View File

@@ -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
},