summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ccs2810.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ccs2810.cpp')
-rw-r--r--src/mame/drivers/ccs2810.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mame/drivers/ccs2810.cpp b/src/mame/drivers/ccs2810.cpp
index 55e66b067a4..97fc1fb232a 100644
--- a/src/mame/drivers/ccs2810.cpp
+++ b/src/mame/drivers/ccs2810.cpp
@@ -896,11 +896,12 @@ DRIVER_INIT_MEMBER( ccs_state, ccs2422 )
//
//*************************************
-static SLOT_INTERFACE_START( ccs_floppies )
- SLOT_INTERFACE( "8sssd", FLOPPY_8_SSSD )
-SLOT_INTERFACE_END
+static void ccs_floppies(device_slot_interface &device)
+{
+ device.option_add("8sssd", FLOPPY_8_SSSD);
+}
- //SLOT_INTERFACE( "525dd", FLOPPY_525_DD )
+ //device.option_add("525dd", FLOPPY_525_DD);
MACHINE_CONFIG_START(ccs_state::ccs2810)
/* basic machine hardware */