From 1fc4dda73e623686ef0a7bda9b3a1aaf9676602e Mon Sep 17 00:00:00 2001 From: Maxwell Scott Date: Sat, 27 Sep 2025 20:43:45 +0700 Subject: [PATCH] Add MSI name for Gateway Lucas (#6235) * Fix bus speeds for FR510 + add MSI name for Lucas * Removed table for FR510 --- 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 cd68127e1..2462ccd7a 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -16009,7 +16009,7 @@ const machine_t machines[] = { }, /* M1534c kbc */ { - .name = "[ALi ALADDiN V] Gateway Lucas", + .name = "[ALi ALADDiN V] Gateway Lucas (MSI MS-5185)", .internal_name = "gwlucas", .type = MACHINE_TYPE_SOCKETS7, .chipset = MACHINE_CHIPSET_ALI_ALADDIN_V,