summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds1994.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-2/+2
* 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
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-0/+1
* misc fixes for bugs that showed up in devnoclear debug builds (nw) Ivan Vangelista2020-04-071-0/+1
* use C++ library includes (nw) firewave2020-01-221-1/+1
* (nw) misc cleanup: Vas Crabb2019-09-161-40/+5
* cleaned up and standarized the code (#5069) grullosgo2019-05-171-621/+631
* Add DS1994 device (#5054) grullosgo2019-05-141-0/+798