mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
01957: Access Violation on hardreset with -debug
This commit is contained in:
parent
05946c0fda
commit
0e6397d14d
@ -422,7 +422,7 @@ void debugwin_show(int type)
|
||||
void debugwin_update_during_game(void)
|
||||
{
|
||||
// if we're running live, do some checks
|
||||
if (!debug_cpu_is_stopped(Machine))
|
||||
if (!debug_cpu_is_stopped(Machine) && mame_get_phase(Machine) == MAME_PHASE_RUNNING)
|
||||
{
|
||||
// see if the interrupt key is pressed and break if it is
|
||||
temporarily_fake_that_we_are_not_visible = TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user