01957: Access Violation on hardreset with -debug

This commit is contained in:
Aaron Giles 2008-06-30 15:03:24 +00:00
parent 05946c0fda
commit 0e6397d14d

View File

@ -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;