mirror of
https://github.com/holub/mame
synced 2025-07-07 02:50:50 +03:00
cpu/evolution: Make this stub core at least work with the debugger
This commit is contained in:
parent
efc684aac1
commit
d9ee13d48a
@ -47,5 +47,6 @@ void evo_cpu_device::execute_set_input(int irqline, int state)
|
||||
|
||||
void evo_cpu_device::execute_run()
|
||||
{
|
||||
debugger_instruction_hook(m_pc);
|
||||
m_icount = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user