summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-06-17 12:04:28 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-06-17 12:04:28 +0200
commit3969f6e749149afb02493a7d6c42e9347c8a56b1 (patch)
treeea7d1ad59121014d08da824890a654e5cb235819 /src/emu/debug/debugcpu.cpp
parent6b2229fee3183f894fb32a36854388f81bc7de51 (diff)
Fixed debugger regression (nw)
Diffstat (limited to 'src/emu/debug/debugcpu.cpp')
-rw-r--r--src/emu/debug/debugcpu.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/debug/debugcpu.cpp b/src/emu/debug/debugcpu.cpp
index 7c2806ba601..c0ae97711b6 100644
--- a/src/emu/debug/debugcpu.cpp
+++ b/src/emu/debug/debugcpu.cpp
@@ -47,6 +47,7 @@ debugger_cpu::debugger_cpu(running_machine &machine)
, m_rpindex(1)
, m_wpdata(0)
, m_wpaddr(0)
+ , m_last_periodic_update_time(0)
, m_comments_loaded(false)
{
screen_device *first_screen = m_machine.first_screen();