summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blastem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/blastem.c b/blastem.c
index 78181d4..034adfe 100644
--- a/blastem.c
+++ b/blastem.c
@@ -1105,6 +1105,7 @@ z80_context * zdebugger(z80_context * context, uint16_t address)
case 'n':
//TODO: Handle branch instructions
zinsert_breakpoint(context, after, (uint8_t *)zdebugger);
+ debugging = 0;
break;
case 'p':
strcpy(format, "%s: %d\n");