diff options
Diffstat (limited to 'src/devices/machine/mb3773.cpp')
-rw-r--r-- | src/devices/machine/mb3773.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mb3773.cpp b/src/devices/machine/mb3773.cpp index 50ea4ed4e39..126d1e0a62c 100644 --- a/src/devices/machine/mb3773.cpp +++ b/src/devices/machine/mb3773.cpp @@ -58,7 +58,7 @@ void mb3773_device::device_reset() TIMER_CALLBACK_MEMBER(mb3773_device::watchdog_expired) { - logerror("Reset caused by watchdog\n"); + logerror("watchdog_expired: reset issued\n"); #if WATCHDOG_DEBUG machine().debug_break(); |