summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/watchdog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/watchdog.c')
-rw-r--r--src/emu/watchdog.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emu/watchdog.c b/src/emu/watchdog.c
index 8eecc828dde..e6c2ab93be0 100644
--- a/src/emu/watchdog.c
+++ b/src/emu/watchdog.c
@@ -73,7 +73,11 @@ static void watchdog_internal_reset(running_machine *machine)
static TIMER_CALLBACK( watchdog_callback )
{
logerror("Reset caused by the watchdog!!!\n");
+
+#ifdef MAME_DEBUG
popmessage("Reset caused by the watchdog!!!\n");
+#endif
+
mame_schedule_soft_reset(machine);
}