ASUS P/I-486SVG2: Correct name and change the KBC back to PS/2, fixes #4976.

This commit is contained in:
OBattler
2024-11-19 09:56:37 +01:00
parent 463badd613
commit 7e0541453d
2 changed files with 2 additions and 2 deletions

View File

@@ -837,7 +837,7 @@ machine_at_vli486sv2g_init(const machine_t *model)
return ret;
machine_at_sis_85c471_common_init(model);
device_add(&keyboard_at_ami_device);
device_add(&keyboard_ps2_ami_device);
return ret;
}

View File

@@ -6855,7 +6855,7 @@ const machine_t machines[] = {
},
/* This has an AMIKey-2, which is an updated version of type 'H'. */
{
.name = "[SiS 471] ASUS VL/I-486SV2G (GX4)",
.name = "[SiS 471] ASUS VL/I-486SV2GX4",
.internal_name = "vli486sv2g",
.type = MACHINE_TYPE_486_S3,
.chipset = MACHINE_CHIPSET_SIS_471,