From 5c5bc12ffc3fd2063eac364e182692ce5d799b1e Mon Sep 17 00:00:00 2001 From: Verloren50000 <110334428+Verloren50000@users.noreply.github.com> Date: Sun, 26 Oct 2025 18:49:03 +0800 Subject: [PATCH] Rename the Machine Name of Packard Bell PB68x Rename the Machine Name of Packard Bell PB68x: Old name: [i430VX] Packard Bell Orlando/2D/2D/MMX (PB680/PB682/PB683/PB685) New name: [i430VX] Packard Bell Orlando/2D/3D/MMX (PB680/PB682/PB683/PB685) --- 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 7628d29fa..fe3f4da6e 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -15410,7 +15410,7 @@ const machine_t machines[] = { PC87306 Super I/O chip, command 0xA1 returns '5'. Command 0xA0 copyright string: (C)1994 AMI . */ { - .name = "[i430VX] Packard Bell Orlando/2D/2D/MMX (PB680/PB682/PB683/PB685)", + .name = "[i430VX] Packard Bell Orlando/2D/3D/MMX (PB680/PB682/PB683/PB685)", .internal_name = "pb680", .type = MACHINE_TYPE_SOCKET7, .chipset = MACHINE_CHIPSET_INTEL_430VX,