summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/watchdog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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/watchdog.cpp : Simplify handlers cam9002019-03-311-6/+6
* (nw) tie up some loose ends - in particular, allow watchdog timer to Vas Crabb2018-09-161-7/+7
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-25/+0
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* Self-registering devices prep: Vas Crabb2017-02-271-2/+4
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* Make watchdog timer a separate device AJR2016-04-301-0/+223