mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
Fixed debugger regression (nw)
This commit is contained in:
parent
6b2229fee3
commit
3969f6e749
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user