From f7323ddb58c2110a074f5019d5816df729e42174 Mon Sep 17 00:00:00 2001 From: MaxwellS04 Date: Thu, 11 Sep 2025 03:56:35 +0700 Subject: [PATCH] Added 'system' to the Dell 4xx/NP name --- 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 7ece9259f..d26f5e396 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -8317,7 +8317,7 @@ const machine_t machines[] = { }, /* Uses a ???? KBC. */ { - .name = "[SiS 461] Dell 4xx/NP", + .name = "[SiS 461] Dell System 4xx/NP", .internal_name = "dell466np", .type = MACHINE_TYPE_486_S2, .chipset = MACHINE_CHIPSET_SIS_461,