summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/busmouse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/busmouse.cpp')
-rw-r--r--src/devices/machine/busmouse.cpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/devices/machine/busmouse.cpp b/src/devices/machine/busmouse.cpp
index 2b2d3dd8e33..f8c62069b50 100644
--- a/src/devices/machine/busmouse.cpp
+++ b/src/devices/machine/busmouse.cpp
@@ -2,19 +2,19 @@
// copyright-holders:Sergey Svishchev
/**********************************************************************
- Logitech bus mouse interface emulation
-
- References:
- - ec1841 technical manual
- - https://github.com/OBattler/86Box/blob/master/src/mouse_bus.c
- - https://communities.intel.com/docs/DOC-22714
- - http://toastytech.com/guis/msmouse.html
-
- To do:
- - selectable IRQ level
- - Microsoft protocol
- - ec1841.0003 clone: diag mode
- - ec1841.0003 clone: fix detection by m86v32 driver
+ Logitech bus mouse interface emulation
+
+ References:
+ - ec1841 technical manual
+ - https://github.com/OBattler/86Box/blob/master/src/mouse_bus.c
+ - https://communities.intel.com/docs/DOC-22714
+ - http://toastytech.com/guis/msmouse.html
+
+ To do:
+ - selectable IRQ level
+ - Microsoft protocol
+ - ec1841.0003 clone: diag mode
+ - ec1841.0003 clone: fix detection by m86v32 driver
**********************************************************************/