mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Make TGPx4 to be debuggable even in non-DRC mode (nw)
This commit is contained in:
parent
9a777099a5
commit
cd409ed388
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user