summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mz6500.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mz6500.cpp')
-rw-r--r--src/mame/drivers/mz6500.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/mz6500.cpp b/src/mame/drivers/mz6500.cpp
index 8441cb4c3ba..84f379c0cf4 100644
--- a/src/mame/drivers/mz6500.cpp
+++ b/src/mame/drivers/mz6500.cpp
@@ -134,9 +134,10 @@ void mz6500_state::fdc_drq(bool state)
//printf("%02x DRQ\n",state);
}
-static SLOT_INTERFACE_START( mz6500_floppies )
- SLOT_INTERFACE( "525hd", FLOPPY_525_HD )
-SLOT_INTERFACE_END
+static void mz6500_floppies(device_slot_interface &device)
+{
+ device.option_add("525hd", FLOPPY_525_HD);
+}
void mz6500_state::upd7220_map(address_map &map)
{