From 8b07e51df7393ea8935cc0a9801396b4a7dd0c92 Mon Sep 17 00:00:00 2001 From: tiseno100 <58827426+tiseno100@users.noreply.github.com> Date: Mon, 10 Aug 2020 12:38:23 +0300 Subject: [PATCH] A little rework on the 286/386SX machine tables Fixes some problems with the HDC's per machine. --- 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 202be5102..41f0650b0 100644 --- a/src/machine/m_at_286_386sx.c +++ b/src/machine/m_at_286_386sx.c @@ -152,7 +152,7 @@ machine_at_quadt286_init(const machine_t *model) if (bios_only || !ret) return ret; - machine_at_common_ide_init(model); + machine_at_common_init(model); device_add(&keyboard_at_device); device_add(&fdc_at_device); device_add(&headland_gc10x_device);