From ae5f4d47a25df8a99c5b06a139db436c318f88eb Mon Sep 17 00:00:00 2001 From: OBattler Date: Sat, 23 Aug 2025 00:03:53 +0200 Subject: [PATCH] m_at_386sx.c fix. --- src/machine/m_at_386sx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/machine/m_at_386sx.c b/src/machine/m_at_386sx.c index 6b7a38311..c0fd4e1fc 100644 --- a/src/machine/m_at_386sx.c +++ b/src/machine/m_at_386sx.c @@ -288,7 +288,6 @@ machine_at_acer100t_init(const machine_t *model) machine_at_ps2_ide_init(model); device_add(&ali1409_device); - device_add(&ali5105_device); if (gfxcard[0] == VID_INTERNAL) device_add(&oti077_acer100t_device);