summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/watchdog.c
Commit message (Expand)AuthorAgeFilesLines
* The on-screen "Reset by watchdog" message only appears in debug builds Zsolt Vasvari2008-03-171-0/+4
* Renamed *_vbl_cb to *_vblank_callback. Aaron Giles2008-03-141-1/+1
* Removes "global" VBLANK callback hack Zsolt Vasvari2008-03-121-5/+6
* Seperates out the notion of screen specific vs. "global" VBLANK callbacks Zsolt Vasvari2008-03-071-4/+4
* Removed runnning_machine as the first parameter of a VBLANK callback Zsolt Vasvari2008-03-071-3/+8
* vblank_state_changed_func now has a device_config argument Zsolt Vasvari2008-03-061-1/+1
* VBLANK based watchdogs can be disabled once again Zsolt Vasvari2008-03-051-1/+1
* - Watchdog gets its own namespace for state saving Zsolt Vasvari2008-03-021-2/+2
* Moves watchdog processing logic into its own module Zsolt Vasvari2008-03-021-0/+139