summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2018-07-08 11:09:24 +0100
committer smf- <smf-@users.noreply.github.com>2018-07-08 11:09:54 +0100
commitfa05df5922bdb9465e77d70c8513d325041c9add (patch)
treee8501309d308a1cd23b80e9529d6d5a2cb047423
parent945eac438683944052139290785f88a1aaffceb9 (diff)
a watchdog that only fires once is not very useful. (nw)
-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 bdae170315c..d3ffae80469 100644
--- a/src/devices/machine/mb3773.cpp
+++ b/src/devices/machine/mb3773.cpp
@@ -66,6 +66,8 @@ void mb3773_device::device_timer(emu_timer &timer, device_timer_id id, int param
#else
machine().schedule_soft_reset();
#endif
+
+ reset_timer();
}
void mb3773_device::reset_timer()