[patinho] Update IDX on the debugger UI for every new instruction executed by the CPU.

This commit is contained in:
Felipe Corrêa da Silva Sanches 2015-11-30 16:49:22 -02:00
parent cc0ff74b62
commit 9b032d452c

View File

@ -95,6 +95,7 @@ void patinho_feio_cpu_device::execute_run()
if ((! m_run)){
m_icount = 0; /* if processor is stopped, just burn cycles */
} else {
m_idx = READ_INDEX_REG();
execute_instruction();
m_icount --;
}