summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232/swtpc8212.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rs232/swtpc8212.cpp')
-rw-r--r--src/devices/bus/rs232/swtpc8212.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/rs232/swtpc8212.cpp b/src/devices/bus/rs232/swtpc8212.cpp
index ea48a2cecf8..b7265aea5d5 100644
--- a/src/devices/bus/rs232/swtpc8212.cpp
+++ b/src/devices/bus/rs232/swtpc8212.cpp
@@ -23,9 +23,9 @@ void swtpc8212_terminal_device::device_add_mconfig(machine_config &config)
INPUT_PORTS_START(swtpc8212_terminal)
PORT_START("FLOW_CONTROL")
- PORT_CONFNAME(0x1, 1, "Flow control")
- PORT_CONFSETTING(0x00, "None") PORT_CHANGED_MEMBER(DEVICE_SELF, swtpc8212_terminal_device, flow_control, 0)
- PORT_CONFSETTING(0x01, "Terminal DTR to remote CTS") PORT_CHANGED_MEMBER(DEVICE_SELF, swtpc8212_terminal_device, flow_control, 0)
+ PORT_CONFNAME(0x1, 1, "Flow control") PORT_CHANGED_MEMBER(DEVICE_SELF, swtpc8212_terminal_device, flow_control, 0)
+ PORT_CONFSETTING(0x00, "None")
+ PORT_CONFSETTING(0x01, "Terminal DTR to remote CTS")
INPUT_PORTS_END