summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/icm7170.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
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-171-1/+1
* icm7170: make it tick and generate interrupts Patrick Mackinlay2020-08-101-5/+135
* icm7170: basic time keeping [R. Belmont] arbee2020-04-041-1/+53
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-2/+2
* Added ICM7170 real-time clock device. [R. Belmont] arbee2020-03-221-0/+149