Merge pull request #5647 from pankozacorp/attpc6300

Rename the Olivetti M24 and M240 to add the names of their AT&T counterparts
This commit is contained in:
Miran Grča
2025-06-06 15:54:46 +02:00
committed by GitHub

View File

@@ -2378,7 +2378,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,
@@ -2418,7 +2418,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,