summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232/hlemouse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rs232/hlemouse.cpp')
-rw-r--r--src/devices/bus/rs232/hlemouse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/rs232/hlemouse.cpp b/src/devices/bus/rs232/hlemouse.cpp
index a6452b9dcef..38e9bfd5c20 100644
--- a/src/devices/bus/rs232/hlemouse.cpp
+++ b/src/devices/bus/rs232/hlemouse.cpp
@@ -247,7 +247,7 @@ WRITE_LINE_MEMBER(hle_msmouse_device_base::input_dtr)
WRITE_LINE_MEMBER(hle_msmouse_device_base::input_rts)
{
- m_dtr = state ? 1U : 0U;
+ m_rts = state ? 1U : 0U;
check_enable();
}