From ec86595d5da8b64fb223334bf4fc1bc2124f9fdc Mon Sep 17 00:00:00 2001 From: Verloren50000 <110334428+Verloren50000@users.noreply.github.com> Date: Mon, 6 Oct 2025 23:17:16 +0800 Subject: [PATCH] machine_table.c: Sony Vaio PCV-90 -> Sony Vaio PCV-70/90/100/120 (#6286) Change the machine name. Old name: "Sony Vaio PCV-90" New name: "Sony Vaio PCV-70/90/100/120" --- 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 f0672a743..3a8e12e44 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -14511,7 +14511,7 @@ const machine_t machines[] = { Command 0xA0 copyright string: (C)1994 AMI . Yes, this is an Intel AMI BIOS with a fancy splash screen. */ { - .name = "[i430HX] Sony Vaio PCV-90", + .name = "[i430HX] Sony Vaio PCV-70/90/100/120", .internal_name = "pcv90", .type = MACHINE_TYPE_SOCKET7, .chipset = MACHINE_CHIPSET_INTEL_430HX,