From 726423f00aac590575e6d1bbdb95b1fb45012ce2 Mon Sep 17 00:00:00 2001 From: Panagiotis <58827426+tiseno100@users.noreply.github.com> Date: Sun, 27 Dec 2020 18:54:30 +0200 Subject: [PATCH] There's no need for the AB-PB4 to add an IDE controller The chipset does it by itself --- src/machine/m_at_386dx_486.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/machine/m_at_386dx_486.c b/src/machine/m_at_386dx_486.c index 74ca503d5..681e1674b 100644 --- a/src/machine/m_at_386dx_486.c +++ b/src/machine/m_at_386dx_486.c @@ -912,7 +912,6 @@ machine_at_abpb4_init(const machine_t *model) pci_register_slot(0x05, PCI_CARD_NORMAL, 3, 4, 1, 2); device_add(&ali1489_device); - device_add(&ide_pci_2ch_device); device_add(&w83787f_device); device_add(&keyboard_at_device);