summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ibm6580.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ibm6580.cpp')
-rw-r--r--src/mame/drivers/ibm6580.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/ibm6580.cpp b/src/mame/drivers/ibm6580.cpp
index b6bd808fab5..042f08d5810 100644
--- a/src/mame/drivers/ibm6580.cpp
+++ b/src/mame/drivers/ibm6580.cpp
@@ -875,9 +875,10 @@ void ibm6580_state::video_start()
memset(m_p_videoram, 0x0, 0x1000);
}
-static SLOT_INTERFACE_START( dw_floppies )
- SLOT_INTERFACE( "8sssd", IBM_6360 )
-SLOT_INTERFACE_END
+static void dw_floppies(device_slot_interface &device)
+{
+ device.option_add("8sssd", IBM_6360);
+}
MACHINE_CONFIG_START(ibm6580_state::ibm6580)
MCFG_CPU_ADD("maincpu", I8086, XTAL(14'745'600)/3)