mirror of
https://github.com/holub/mame
synced 2025-10-07 09:25:34 +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)){
|
if ((! m_run)){
|
||||||
m_icount = 0; /* if processor is stopped, just burn cycles */
|
m_icount = 0; /* if processor is stopped, just burn cycles */
|
||||||
} else {
|
} else {
|
||||||
|
m_idx = READ_INDEX_REG();
|
||||||
execute_instruction();
|
execute_instruction();
|
||||||
m_icount --;
|
m_icount --;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user