From f503e5b7cfaee89fb7d200172b52f31a78ece737 Mon Sep 17 00:00:00 2001 From: cracyc Date: Sun, 14 Apr 2013 22:02:35 +0000 Subject: [PATCH] (mess) isa_fdc: allow connection of dd drives to ats (nw) --- src/mess/machine/isa_fdc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mess/machine/isa_fdc.c b/src/mess/machine/isa_fdc.c index 72adebc66cd..7d8c899e292 100644 --- a/src/mess/machine/isa_fdc.c +++ b/src/mess/machine/isa_fdc.c @@ -26,6 +26,8 @@ SLOT_INTERFACE_END static SLOT_INTERFACE_START( pc_hd_floppies ) SLOT_INTERFACE( "525hd", FLOPPY_525_HD ) SLOT_INTERFACE( "35hd", FLOPPY_35_HD ) + SLOT_INTERFACE( "525dd", FLOPPY_525_DD ) + SLOT_INTERFACE( "35dd", FLOPPY_35_DD ) SLOT_INTERFACE_END static MACHINE_CONFIG_FRAGMENT( cfg_xt )