From 33ebf50aa4a855fb1a0df2cf682796abbc39d07f Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 26 Dec 2022 16:34:22 +0000 Subject: Failed attempts to fix runall for BIT. Also some tweaks to sources and the initial noisy mode of EMMA. --- emma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emma.c') 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; -- cgit v1.2.3