From 79d97194330205c9906199eb3d2a146307722d30 Mon Sep 17 00:00:00 2001 From: toggo9 <121191375+toggo9@users.noreply.github.com> Date: Sat, 28 Jun 2025 20:26:27 +0200 Subject: [PATCH] ICL DRS M35/286 fixes. --- src/machine/m_at_286_386sx.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/machine/m_at_286_386sx.c b/src/machine/m_at_286_386sx.c index 85c093829..e91b9bcf5 100644 --- a/src/machine/m_at_286_386sx.c +++ b/src/machine/m_at_286_386sx.c @@ -540,11 +540,10 @@ machine_at_drsm35286_init(const machine_t *model) if (bios_only || !ret) return ret; - device_add(&fdc37c651_device); + device_add(&ide_isa_device); + device_add(&fdc37c651_ide_device); machine_at_scat_init(model, 1, 0); - - device_add(&ide_isa_device); if (gfxcard[0] == VID_INTERNAL) device_add(machine_get_vid_device(machine));