Update machine_table.c: The UMC Compaq is 7100 only, not 7200.

This commit is contained in:
Miran Grča
2025-10-10 02:50:22 +02:00
committed by GitHub
parent 1fe3b18fe3
commit 31310f8a90

View File

@@ -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,