From f316148191b80000e487526e070f7ff1ba0d63fe Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Thu, 13 Jun 2013 19:20:20 +0000 Subject: [PATCH] (MESS) Fixed regression. (nw) --- src/mess/machine/isa_cards.c | 1 + src/mess/machine/isa_cards.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/mess/machine/isa_cards.c b/src/mess/machine/isa_cards.c index 1f02ffa609b..f34b65fe141 100644 --- a/src/mess/machine/isa_cards.c +++ b/src/mess/machine/isa_cards.c @@ -22,6 +22,7 @@ SLOT_INTERFACE_START( pc_isa8_cards ) SLOT_INTERFACE("fdc_ps2", ISA8_FDC_PS2) SLOT_INTERFACE("wdxt_gen", ISA8_WDXT_GEN) SLOT_INTERFACE("finalchs", ISA8_FINALCHS) + SLOT_INTERFACE("isa_ide8", ISA8_IDE) SLOT_INTERFACE("hdc", ISA8_HDC) SLOT_INTERFACE("adlib", ISA8_ADLIB) SLOT_INTERFACE("hercules", ISA8_HERCULES) diff --git a/src/mess/machine/isa_cards.h b/src/mess/machine/isa_cards.h index 1170db54ba1..f27cb8ee510 100644 --- a/src/mess/machine/isa_cards.h +++ b/src/mess/machine/isa_cards.h @@ -29,6 +29,7 @@ #include "machine/isa_hdc.h" #include "machine/isa_wdxt_gen.h" #include "machine/isa_ide.h" +#include "machine/isa_ide8.h" #include "machine/isa_ide_cd.h" #include "machine/isa_aha1542.h"