summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sms_ctrl/xe1ap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sms_ctrl/xe1ap.cpp')
-rw-r--r--src/devices/bus/sms_ctrl/xe1ap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/sms_ctrl/xe1ap.cpp b/src/devices/bus/sms_ctrl/xe1ap.cpp
index 74ee2e9d13a..3f0a4369f16 100644
--- a/src/devices/bus/sms_ctrl/xe1ap.cpp
+++ b/src/devices/bus/sms_ctrl/xe1ap.cpp
@@ -41,10 +41,10 @@ INPUT_PORTS_START( sms_xe1ap )
PORT_BIT(0xff, 0x00, IPT_UNUSED)
PORT_START("MODE")
- PORT_CONFNAME(0x01, 0x01, "Mode") PORT_WRITE_LINE_DEVICE_MEMBER("xe1", micom_xe_1a_device, mode_w)
+ PORT_CONFNAME(0x01, 0x01, "Mode") PORT_WRITE_LINE_DEVICE_MEMBER("xe1", FUNC(micom_xe_1a_device::mode_w))
PORT_CONFSETTING( 0x00, "Digital")
PORT_CONFSETTING( 0x01, "Analog")
- PORT_CONFNAME(0x02, 0x02, "Interface") PORT_WRITE_LINE_DEVICE_MEMBER("xe1", micom_xe_1a_device, interface_w)
+ PORT_CONFNAME(0x02, 0x02, "Interface") PORT_WRITE_LINE_DEVICE_MEMBER("xe1", FUNC(micom_xe_1a_device::interface_w))
PORT_CONFSETTING( 0x00, "Personal Computer")
PORT_CONFSETTING( 0x02, "MD")
INPUT_PORTS_END