From 314e53390792ef01769c82f376f4c21094732411 Mon Sep 17 00:00:00 2001 From: richardg867 Date: Sat, 16 Aug 2025 22:51:01 -0300 Subject: [PATCH] Fix name for one of the Silicon Valley Computer machines --- 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 984b3932d..29e8d7edd 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -5488,7 +5488,7 @@ const machine_t machines[] = { }, /* Has AMI KBC firmware of uknown revision, maybe '8'. */ { - .name = "[OPTi 283] Silicon Valley SVC386SX/P1", + .name = "[OPTi 283] Silicon Valley Computer SVC386SX/P1", .internal_name = "svc386sxp1", .type = MACHINE_TYPE_386SX, .chipset = MACHINE_CHIPSET_OPTI_283,