mirror of
https://github.com/holub/mame
synced 2025-05-30 17:41:47 +03:00
Fixed stepping in the debugger.
This commit is contained in:
parent
92d1c8f83d
commit
86e9b479bd
@ -1081,7 +1081,7 @@ static void registers_update(debug_view *view)
|
||||
const device_config *screen = Machine->primary_screen;
|
||||
|
||||
/* cannot update if no active CPU */
|
||||
if (Machine->activecpu != NULL)
|
||||
if (Machine->activecpu == NULL)
|
||||
return;
|
||||
total_cycles = cpu_get_total_cycles(Machine->activecpu);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user