summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mb3773.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mb3773.cpp')
-rw-r--r--src/devices/machine/mb3773.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/mb3773.cpp b/src/devices/machine/mb3773.cpp
index 18239981249..d57e3edd0ca 100644
--- a/src/devices/machine/mb3773.cpp
+++ b/src/devices/machine/mb3773.cpp
@@ -59,6 +59,8 @@ void mb3773_device::device_reset()
void mb3773_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
{
+ logerror("Reset caused by watchdog\n");
+
#if WATCHDOG_DEBUG
machine().debug_break();
#else