From 31310f8a909e7a8b8d5618171233c1bdb8dad942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miran=20Gr=C4=8Da?= Date: Fri, 10 Oct 2025 02:50:22 +0200 Subject: [PATCH] Update machine_table.c: The UMC Compaq is 7100 only, not 7200. --- src/machine/machine_table.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/machine/machine_table.c b/src/machine/machine_table.c index f89ba6925..8ca38771a 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -10547,10 +10547,10 @@ const machine_t machines[] = { .snd_device = NULL, .net_device = NULL }, - /* Compaq Presario 7100 / 7200 Series, using MiTAC/Trigon PL4600C (486). */ + /* Compaq Presario 7100 Series, using MiTAC/Trigon PL4600C (486). */ /* Has a VIA VT82C42N KBC. */ { - .name = "[UMC 8881] Compaq Presario 7100/7200 Series 486", + .name = "[UMC 8881] Compaq Presario 7100 Series 486", .internal_name = "pl4600c", .type = MACHINE_TYPE_486_S3_PCI, .chipset = MACHINE_CHIPSET_UMC_UM8881,