From c230321cdc509a9ec44a12da832224fe506592e9 Mon Sep 17 00:00:00 2001 From: Zsolt Vasvari Date: Mon, 17 Mar 2008 00:44:00 +0000 Subject: The on-screen "Reset by watchdog" message only appears in debug builds --- src/emu/watchdog.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/emu/watchdog.c') 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); } -- cgit v1.2.3-70-g09d2