diff options
| author | 2008-06-30 15:03:24 +0000 | |
|---|---|---|
| committer | 2008-06-30 15:03:24 +0000 | |
| commit | 0e6397d14d25e75f3ad69c5c595388007c02656e (patch) | |
| tree | 39463d6d997ecc302efdb62a68f96be8f3b64540 | |
| parent | 05946c0fda29add973610089fc03f4303df967ca (diff) | |
01957: Access Violation on hardreset with -debug
| -rw-r--r-- | src/osd/windows/debugwin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/windows/debugwin.c b/src/osd/windows/debugwin.c index 816a3abd577..92471043977 100644 --- a/src/osd/windows/debugwin.c +++ b/src/osd/windows/debugwin.c @@ -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; |
