summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/watchdog.h
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-2/+2
* watchdog: make watchdog_enable compatible with writeline, add a watchdog rese... hap2023-07-191-2/+6
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-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-5/+6
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-14/+0
* -cop400, nvram, tlc34076, watchdog: Modern configuration accessors, nw mooglyguy2018-08-071-6/+1
* kaneko16: eliminated machine().device usage, nw mooglyguy2018-06-131-0/+5
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* Watchdog cleanups (nw) AJR2016-06-161-11/+0
* Make watchdog timer a separate device AJR2016-04-301-0/+95