MS-6117 corrections + BIOS names sorted

According to this machine's manual.
This commit is contained in:
Maxwell Scott
2026-01-14 00:56:35 +07:00
parent 6c3628bf91
commit bb83a5c1fb
2 changed files with 35 additions and 35 deletions

View File

@@ -18233,18 +18233,18 @@ const machine_t machines[] = {
.cpu = {
.package = CPU_PKG_SLOT1,
.block = CPU_BLOCK_NONE,
.min_bus = 60000000,
.max_bus = 83333333,
.min_voltage = 1500,
.min_bus = 66666667,
.max_bus = 75000000,
.min_voltage = 1800,
.max_voltage = 3500,
.min_multi = 2.0,
.max_multi = 5.5
.max_multi = 8.0
},
.bus_flags = MACHINE_PS2_AGP | MACHINE_BUS_USB,
.flags = MACHINE_IDE_DUAL | MACHINE_APM | MACHINE_USB,
.ram = {
.min = 8192,
.max = 786432,
.max = 1048576,
.step = 8192
},
.nvrmask = 255,