summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sg1000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sg1000.cpp')
-rw-r--r--src/mame/drivers/sg1000.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/sg1000.cpp b/src/mame/drivers/sg1000.cpp
index e3eb180700b..fe97d63b09a 100644
--- a/src/mame/drivers/sg1000.cpp
+++ b/src/mame/drivers/sg1000.cpp
@@ -455,9 +455,10 @@ FLOPPY_FORMATS_END
floppy_interface sf7000_floppy_interface
-------------------------------------------------*/
-static SLOT_INTERFACE_START( sf7000_floppies )
- SLOT_INTERFACE( "3ssdd", FLOPPY_3_SSDD )
-SLOT_INTERFACE_END
+static void sf7000_floppies(device_slot_interface &device)
+{
+ device.option_add("3ssdd", FLOPPY_3_SSDD);
+}
/*-------------------------------------------------
MACHINE_START( sg1000 )