summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/watchdog.c
Commit message (Expand)AuthorAgeFilesLines
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-6/+6
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-6/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+4
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+1
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-0/+1
* The other larger patch adds missing static and const qualifiers, and Aaron Giles2009-06-081-2/+1
* Fixed crash bug in DCS games. Aaron Giles2008-12-111-2/+0
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-2/+2
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-2/+2
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-2/+2
* 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