summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/dp8573.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
* dp8573: minor changes (nw) Patrick Mackinlay2019-08-261-32/+36
* dp8573: fix millisecond double increment (nw) Patrick Mackinlay2019-08-161-1/+0
* dp8573: don't clear ram on reset (nw) Patrick Mackinlay2019-08-061-3/+3
* srcclean and fixup (nw) Vas Crabb2018-11-251-1/+1
* dp8573: Turn off logging by default, nw mooglyguy2018-11-121-1/+1
* -dp8573.cpp: Added DP8573 Real-Time Clock emulation. [Ryan Holtz] mooglyguy2018-11-121-0/+355