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