summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fm7.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fm7.cpp')
-rw-r--r--src/mame/drivers/fm7.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/fm7.cpp b/src/mame/drivers/fm7.cpp
index 4a63438c638..b89fc431093 100644
--- a/src/mame/drivers/fm7.cpp
+++ b/src/mame/drivers/fm7.cpp
@@ -2052,9 +2052,10 @@ void fm7_state::machine_reset()
}
-static SLOT_INTERFACE_START( fm7_floppies )
- SLOT_INTERFACE("qd", FLOPPY_525_QD)
-SLOT_INTERFACE_END
+static void fm7_floppies(device_slot_interface &device)
+{
+ device.option_add("qd", FLOPPY_525_QD);
+}
#define MCFG_ADDRESS_BANK(tag) \