summaryrefslogtreecommitdiff
path: root/emma.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2022-12-26 16:34:22 +0000
committerIan C <ianc@noddybox.co.uk>2022-12-26 16:34:22 +0000
commit33ebf50aa4a855fb1a0df2cf682796abbc39d07f (patch)
tree6a2a7a6b27c16a0dfe5f3522557da4af0a43c352 /emma.c
parent6220948f30b0abe230ed9f93491bd7b83fba5246 (diff)
Failed attempts to fix runall for BIT. Also some tweaks to sources and
the initial noisy mode of EMMA.
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;