mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
[patinho] Update IDX on the debugger UI for every new instruction executed by the CPU.
This commit is contained in:
parent
cc0ff74b62
commit
9b032d452c
@ -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 --;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user