index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
watchdog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-6
/
+6
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-6
/
+6
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-4
/
+4
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-1
/
+1
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-2
/
+1
*
Added some missing header declarations and static qualifiers. Added validity....
Phil Bennett
2010-01-06
1
-0
/
+1
*
The other larger patch adds missing static and const qualifiers, and
Aaron Giles
2009-06-08
1
-2
/
+1
*
Fixed crash bug in DCS games.
Aaron Giles
2008-12-11
1
-2
/
+0
*
Changed save state system to accept machine parameters where
Aaron Giles
2008-12-05
1
-2
/
+2
*
Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch,
Aaron Giles
2008-11-26
1
-1
/
+1
*
Added "tag" parameter to state_save_register_item_* calls. Removed
Aaron Giles
2008-11-17
1
-2
/
+2
*
Changed DEVICE_START functions to return an error code. Currently this
Aaron Giles
2008-09-09
1
-2
/
+2
*
The on-screen "Reset by watchdog" message only appears in debug builds
Zsolt Vasvari
2008-03-17
1
-0
/
+4
*
Renamed *_vbl_cb to *_vblank_callback.
Aaron Giles
2008-03-14
1
-1
/
+1
*
Removes "global" VBLANK callback hack
Zsolt Vasvari
2008-03-12
1
-5
/
+6
*
Seperates out the notion of screen specific vs. "global" VBLANK callbacks
Zsolt Vasvari
2008-03-07
1
-4
/
+4
*
Removed runnning_machine as the first parameter of a VBLANK callback
Zsolt Vasvari
2008-03-07
1
-3
/
+8
*
vblank_state_changed_func now has a device_config argument
Zsolt Vasvari
2008-03-06
1
-1
/
+1
*
VBLANK based watchdogs can be disabled once again
Zsolt Vasvari
2008-03-05
1
-1
/
+1
*
- Watchdog gets its own namespace for state saving
Zsolt Vasvari
2008-03-02
1
-2
/
+2
*
Moves watchdog processing logic into its own module
Zsolt Vasvari
2008-03-02
1
-0
/
+139