summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp64k.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hp64k.cpp')
-rw-r--r--src/mame/drivers/hp64k.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/hp64k.cpp b/src/mame/drivers/hp64k.cpp
index 357d86e2620..ba2da530261 100644
--- a/src/mame/drivers/hp64k.cpp
+++ b/src/mame/drivers/hp64k.cpp
@@ -1376,9 +1376,10 @@ static INPUT_PORTS_START(hp64k)
PORT_DIPSETTING(0x1e , "19200")
INPUT_PORTS_END
-static SLOT_INTERFACE_START(hp64k_floppies)
- SLOT_INTERFACE("525dd" , FLOPPY_525_DD)
-SLOT_INTERFACE_END
+static void hp64k_floppies(device_slot_interface &device)
+{
+ device.option_add("525dd" , FLOPPY_525_DD);
+}
MACHINE_CONFIG_START(hp64k_state::hp64k)
MCFG_CPU_ADD("cpu" , HP_5061_3011 , 6250000)