summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tvc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tvc.cpp')
-rw-r--r--src/mame/drivers/tvc.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/tvc.cpp b/src/mame/drivers/tvc.cpp
index 64875a8a08c..f71440da574 100644
--- a/src/mame/drivers/tvc.cpp
+++ b/src/mame/drivers/tvc.cpp
@@ -760,9 +760,10 @@ QUICKLOAD_LOAD_MEMBER( tvc_state, tvc64)
}
-extern SLOT_INTERFACE_START(tvc_exp)
- SLOT_INTERFACE("hbf", TVC_HBF) // Videoton HBF floppy interface
-SLOT_INTERFACE_END
+void tvc_exp(device_slot_interface &device)
+{
+ device.option_add("hbf", TVC_HBF); // Videoton HBF floppy interface
+}
MACHINE_CONFIG_START(tvc_state::tvc)