mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
h8: Fix missing debugger hook calls [O. Galibert]
This commit is contained in:
parent
544a914f7b
commit
9384a75bb3
@ -197,6 +197,7 @@ void h8_device::execute_run()
|
|||||||
}
|
}
|
||||||
while(bcount && icount && icount <= bcount)
|
while(bcount && icount && icount <= bcount)
|
||||||
internal_update(end_cycles - bcount);
|
internal_update(end_cycles - bcount);
|
||||||
|
if(inst_substate)
|
||||||
do_exec_partial();
|
do_exec_partial();
|
||||||
}
|
}
|
||||||
end_cycles = 0;
|
end_cycles = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user