Olivetti M290 fixes

Change minimum RAM to 1 MB and add the name of the AT&T variant, which seems to have the exact same BIOS
This commit is contained in:
pankozaC++
2025-06-26 15:20:19 +02:00
committed by GitHub
parent 08e281cfd5
commit 7141e15fa8

View File

@@ -3141,7 +3141,7 @@ const machine_t machines[] = {
},
/* Has Olivetti KBC firmware. */
{
.name = "[ISA] Olivetti M290",
.name = "[ISA] Olivetti M290/AT&T 6286 WGS",
.internal_name = "m290",
.type = MACHINE_TYPE_286,
.chipset = MACHINE_CHIPSET_PROPRIETARY,
@@ -3163,7 +3163,7 @@ const machine_t machines[] = {
.bus_flags = MACHINE_AT,
.flags = MACHINE_FLAGS_NONE,
.ram = {
.min = 640,
.min = 1024,
.max = 16384,
.step = 128
},