ASUS P/I-486SVG2: Correct name and change the KBC back to PS/2, fixes #4976.
This commit is contained in:
@@ -837,7 +837,7 @@ machine_at_vli486sv2g_init(const machine_t *model)
|
|||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
machine_at_sis_85c471_common_init(model);
|
machine_at_sis_85c471_common_init(model);
|
||||||
device_add(&keyboard_at_ami_device);
|
device_add(&keyboard_ps2_ami_device);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6855,7 +6855,7 @@ const machine_t machines[] = {
|
|||||||
},
|
},
|
||||||
/* This has an AMIKey-2, which is an updated version of type 'H'. */
|
/* 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",
|
.internal_name = "vli486sv2g",
|
||||||
.type = MACHINE_TYPE_486_S3,
|
.type = MACHINE_TYPE_486_S3,
|
||||||
.chipset = MACHINE_CHIPSET_SIS_471,
|
.chipset = MACHINE_CHIPSET_SIS_471,
|
||||||
|
|||||||
Reference in New Issue
Block a user