From 0e1f457f65eac6174076cfe0515a1576ab39824c Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 31 Jul 2024 23:04:00 +0200 Subject: [PATCH] Rename the Tandy 1000 to Tandy 1000 SX, closes #4676. --- src/machine/machine_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/machine_table.c b/src/machine/machine_table.c index f75947605..2608f1ead 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -1499,7 +1499,7 @@ const machine_t machines[] = { .net_device = NULL }, { - .name = "[8088] Tandy 1000", + .name = "[8088] Tandy 1000 SX", .internal_name = "tandy", .type = MACHINE_TYPE_8088, .chipset = MACHINE_CHIPSET_PROPRIETARY,