Make TGPx4 to be debuggable even in non-DRC mode (nw)

This commit is contained in:
angelosa 2018-03-10 18:19:37 +01:00
parent 9a777099a5
commit cd409ed388

View File

@ -49,6 +49,7 @@ void mb86235_device::execute_run()
#if ENABLE_DRC
run_drc();
#else
debugger_instruction_hook(this, m_core->pc);
m_core->icount = 0;
#endif
}