mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
debugcpu.cpp: added missing initialization of m_vblank_occurred (nw)
This commit is contained in:
parent
bf7ec8502f
commit
eab5e7e116
@ -48,6 +48,7 @@ debugger_cpu::debugger_cpu(running_machine &machine)
|
||||
, m_visiblecpu(nullptr)
|
||||
, m_breakcpu(nullptr)
|
||||
, m_symtable(nullptr)
|
||||
, m_vblank_occurred(false)
|
||||
, m_execution_state(EXECUTION_STATE_STOPPED)
|
||||
, m_stop_when_not_device(nullptr)
|
||||
, m_bpindex(1)
|
||||
|
Loading…
Reference in New Issue
Block a user