summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/busmouse.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-181-2/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-3/+0
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-2/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-3/+3
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-6/+7
* srcclean and other cleanup (nw) Vas Crabb2018-06-241-13/+13
* ec1841: mouse emulation (Logitech bus mouse protocol) (#3623) Sergey Svishchev2018-06-111-0/+221