summaryrefslogtreecommitdiff
path: root/emma.c
diff options
context:
space:
mode:
Diffstat (limited to 'emma.c')
-rw-r--r--emma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emma.c b/emma.c
index c36e71e..d666771 100644
--- a/emma.c
+++ b/emma.c
@@ -53,7 +53,7 @@ Z80Byte Z80_MEMORY[0x10000];
static sig_atomic_t stop=FALSE;
static int quit=FALSE;
-static int quiet_run=FALSE;
+static int quiet_run=TRUE;
static int single_step=FALSE;
static int mem_trace=FALSE;