summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx/ctrl/xe1ap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx/ctrl/xe1ap.cpp')
-rw-r--r--src/devices/bus/msx/ctrl/xe1ap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/msx/ctrl/xe1ap.cpp b/src/devices/bus/msx/ctrl/xe1ap.cpp
index 4d38d378666..168104b7bb4 100644
--- a/src/devices/bus/msx/ctrl/xe1ap.cpp
+++ b/src/devices/bus/msx/ctrl/xe1ap.cpp
@@ -41,10 +41,10 @@ INPUT_PORTS_START(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, 0x00, "Interface") PORT_WRITE_LINE_DEVICE_MEMBER("xe1", micom_xe_1a_device, interface_w)
+ PORT_CONFNAME(0x02, 0x00, "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