diff options
Diffstat (limited to 'src/devices/bus/rs232/hlemouse.cpp')
-rw-r--r-- | src/devices/bus/rs232/hlemouse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/rs232/hlemouse.cpp b/src/devices/bus/rs232/hlemouse.cpp index 0c2a95916c1..a6452b9dcef 100644 --- a/src/devices/bus/rs232/hlemouse.cpp +++ b/src/devices/bus/rs232/hlemouse.cpp @@ -42,7 +42,7 @@ report can be identified by a fixed pattern in the five most significant bits. - Reports are five bytes long. The first byte contains the the button + Reports are five bytes long. The first byte contains the button state; the second and fourth bytes contain X delta; the third and fifth bytes contain Y delta. The two delta values for each axis should be summed. Delta values range from -120 to 127 to prevent |