(mess) isa_fdc: allow connection of dd drives to ats (nw)

This commit is contained in:
cracyc 2013-04-14 22:02:35 +00:00
parent e25ec0f3a2
commit f503e5b7cf

View File

@ -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 )