From 528581b87a9325539008ce735e3e2cfb82a347a5 Mon Sep 17 00:00:00 2001 From: toggo9 <121191375+toggo9@users.noreply.github.com> Date: Sat, 28 Jun 2025 20:05:13 +0200 Subject: [PATCH] ICL DRS M35/286: Use the FDC37C651 instead. --- src/machine/m_at_286_386sx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/m_at_286_386sx.c b/src/machine/m_at_286_386sx.c index 856436700..85c093829 100644 --- a/src/machine/m_at_286_386sx.c +++ b/src/machine/m_at_286_386sx.c @@ -540,7 +540,7 @@ machine_at_drsm35286_init(const machine_t *model) if (bios_only || !ret) return ret; - device_add(&f82c710_device); + device_add(&fdc37c651_device); machine_at_scat_init(model, 1, 0);