summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/busmouse.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add adjust_periodic() to persistent_timer. Update obvious situations where it... Aaron Giles2021-09-111-1/+1
* Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-201-1/+1
* Major timer object reshuffling. timer_expired_delegate wraps the various call... Aaron Giles2021-03-261-1/+1
* Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... Aaron Giles2021-03-241-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