Rename the Olivetti M24 and M240 to add the names of their AT&T counterparts

This commit is contained in:
pankozaC++
2025-06-01 11:58:21 +02:00
committed by GitHub
parent 683501545c
commit e580818ba6

View File

@@ -2377,7 +2377,7 @@ const machine_t machines[] = {
.net_device = NULL .net_device = NULL
}, },
{ {
.name = "[8086] Olivetti M21/24/24SP", .name = "[8086] Olivetti M21/24/24SP/AT&T PC 6300",
.internal_name = "m24", .internal_name = "m24",
.type = MACHINE_TYPE_8086, .type = MACHINE_TYPE_8086,
.chipset = MACHINE_CHIPSET_PROPRIETARY, .chipset = MACHINE_CHIPSET_PROPRIETARY,
@@ -2417,7 +2417,7 @@ const machine_t machines[] = {
}, },
/* Has Olivetti KBC firmware. */ /* Has Olivetti KBC firmware. */
{ {
.name = "[8086] Olivetti M240", .name = "[8086] Olivetti M240/AT&T PC 6300 WGS",
.internal_name = "m240", .internal_name = "m240",
.type = MACHINE_TYPE_8086, .type = MACHINE_TYPE_8086,
.chipset = MACHINE_CHIPSET_PROPRIETARY, .chipset = MACHINE_CHIPSET_PROPRIETARY,