Gave the Acer T100 the missing ALi M5105 Super I/O chip, fixes #4540.

This commit is contained in:
OBattler
2024-07-22 00:01:04 +02:00
parent acb832d776
commit ad710b710d

View File

@@ -725,6 +725,7 @@ machine_at_acer100t_init(const machine_t *model)
if (gfxcard[0] == VID_INTERNAL)
device_add(&oti077_acer100t_device);
device_add(&ali5105_device);
return ret;
}