From ad710b710ddf8476eb414cacd6a76c59b98102ba Mon Sep 17 00:00:00 2001 From: OBattler Date: Mon, 22 Jul 2024 00:01:04 +0200 Subject: [PATCH] Gave the Acer T100 the missing ALi M5105 Super I/O chip, fixes #4540. --- src/machine/m_at_286_386sx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/machine/m_at_286_386sx.c b/src/machine/m_at_286_386sx.c index 9e9186040..e81eae1f1 100644 --- a/src/machine/m_at_286_386sx.c +++ b/src/machine/m_at_286_386sx.c @@ -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; }