summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/intv_ctrl/ctrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/intv_ctrl/ctrl.cpp')
-rw-r--r--src/devices/bus/intv_ctrl/ctrl.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/devices/bus/intv_ctrl/ctrl.cpp b/src/devices/bus/intv_ctrl/ctrl.cpp
index 01b64ba6aef..122c98cf2ed 100644
--- a/src/devices/bus/intv_ctrl/ctrl.cpp
+++ b/src/devices/bus/intv_ctrl/ctrl.cpp
@@ -91,6 +91,7 @@ uint8_t intv_control_port_device::read_ctrl()
// SLOT_INTERFACE( intv_control_port_devices )
//-------------------------------------------------
-SLOT_INTERFACE_START( intv_control_port_devices )
- SLOT_INTERFACE("handctrl", INTV_HANDCTRL)
-SLOT_INTERFACE_END
+void intv_control_port_devices(device_slot_interface &device)
+{
+ device.option_add("handctrl", INTV_HANDCTRL);
+}