diff options
Diffstat (limited to 'src/mess/machine/isa_cards.c')
-rw-r--r-- | src/mess/machine/isa_cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/isa_cards.c b/src/mess/machine/isa_cards.c index 0370b72209e..7c61c65a0f5 100644 --- a/src/mess/machine/isa_cards.c +++ b/src/mess/machine/isa_cards.c @@ -22,7 +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("xtide", ISA8_XTIDE) SLOT_INTERFACE("hdc", ISA8_HDC) SLOT_INTERFACE("adlib", ISA8_ADLIB) SLOT_INTERFACE("hercules", ISA8_HERCULES) |