From 776049229a4395372fcb755b0681fca3fb7749f0 Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 26 Oct 2022 17:20:45 +0200 Subject: [PATCH] Made the MB500N's PIIX no longer uses MIRQ, fixes the MB500N with three hard disks. Four hard disks seems to be an Award 4.50PG bug. --- src/machine/m_at_socket5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/m_at_socket5.c b/src/machine/m_at_socket5.c index 3d233d41c..4e51acb47 100644 --- a/src/machine/m_at_socket5.c +++ b/src/machine/m_at_socket5.c @@ -265,7 +265,7 @@ machine_at_mb500n_init(const machine_t *model) pci_register_slot(0x07, PCI_CARD_SOUTHBRIDGE, 0, 0, 0, 0); device_add(&keyboard_ps2_pci_device); device_add(&i430fx_device); - device_add(&piix_device); + device_add(&piix_no_mirq_device); device_add(&fdc37c665_device); device_add(&intel_flash_bxt_device);