cpu/evolution: Make this stub core at least work with the debugger

This commit is contained in:
AJR 2023-11-02 14:34:30 -04:00
parent efc684aac1
commit d9ee13d48a

View File

@ -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;
}