summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sms_exp/smsexp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sms_exp/smsexp.cpp')
-rw-r--r--src/devices/bus/sms_exp/smsexp.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/devices/bus/sms_exp/smsexp.cpp b/src/devices/bus/sms_exp/smsexp.cpp
index 89cdf8083a8..f7c4b12c159 100644
--- a/src/devices/bus/sms_exp/smsexp.cpp
+++ b/src/devices/bus/sms_exp/smsexp.cpp
@@ -86,6 +86,7 @@ void sms_expansion_slot_device::device_start()
// SLOT_INTERFACE( sms_expansion_devices )
//-------------------------------------------------
-SLOT_INTERFACE_START( sms_expansion_devices )
- SLOT_INTERFACE("genderadp", SMS_GENDER_ADAPTER)
-SLOT_INTERFACE_END
+void sms_expansion_devices(device_slot_interface &device)
+{
+ device.option_add("genderadp", SMS_GENDER_ADAPTER);
+}