From 015e683059d916bea8224e2ff5038a6c89b14e6e Mon Sep 17 00:00:00 2001 From: MaxwellS04 Date: Thu, 11 Sep 2025 01:47:01 +0700 Subject: [PATCH] Forgotten change Change the name for Dell 466/NP for one of its specifications (425s, 433s, 433d, 450d, and 466d) --- 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 3f493eef9..7ece9259f 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 466/NP", + .name = "[SiS 461] Dell 4xx/NP", .internal_name = "dell466np", .type = MACHINE_TYPE_486_S2, .chipset = MACHINE_CHIPSET_SIS_461,