Also fix the voltages on T2P4 and TX97

lower the minimum voltage to allow K6-2 CPUs to be selectable just like the real boards
This commit is contained in:
pankozaC++
2025-07-29 23:09:12 +02:00
committed by GitHub
parent b8f124d27c
commit fe4995288d

View File

@@ -12916,7 +12916,7 @@ const machine_t machines[] = {
.block = CPU_BLOCK_NONE,
.min_bus = 50000000,
.max_bus = 75000000,
.min_voltage = 2500,
.min_voltage = 2100,
.max_voltage = 3520,
.min_multi = 1.5,
.max_multi = 4.0
@@ -14013,7 +14013,7 @@ const machine_t machines[] = {
.block = CPU_BLOCK_NONE,
.min_bus = 50000000,
.max_bus = 75000000,
.min_voltage = 2500,
.min_voltage = 2100,
.max_voltage = 3520,
.min_multi = 1.5,
.max_multi = 3.5