summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232/exorterm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rs232/exorterm.cpp')
-rw-r--r--src/devices/bus/rs232/exorterm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/rs232/exorterm.cpp b/src/devices/bus/rs232/exorterm.cpp
index 130173ce569..9f3a1471246 100644
--- a/src/devices/bus/rs232/exorterm.cpp
+++ b/src/devices/bus/rs232/exorterm.cpp
@@ -23,7 +23,7 @@ void exorterm155_terminal_device::device_add_mconfig(machine_config &config)
INPUT_PORTS_START(exorterm155_terminal)
PORT_START("FLOW_CONTROL")
- PORT_CONFNAME(0x1, 1, "Flow Control") PORT_CHANGED_MEMBER(DEVICE_SELF, exorterm155_terminal_device, flow_control, 0)
+ PORT_CONFNAME(0x1, 1, "Flow Control") PORT_CHANGED_MEMBER(DEVICE_SELF, FUNC(exorterm155_terminal_device::flow_control), 0)
PORT_CONFSETTING(0x00, "None")
PORT_CONFSETTING(0x01, "Terminal DTR to remote CTS")