We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26cc53d commit 9899c60Copy full SHA for 9899c60
1 file changed
src/cpu.c
@@ -15,7 +15,7 @@
15
#define CPU_PAUSE_PERIOD 20000 // [us] 20 ms => 50 Hz
16
17
static Z80 cpu;
18
-static bool pause = true;
+static bool pause = false;
19
static unsigned long int cycles = 0;
20
static us_time_t last_update = 0;
21
static us_time_t update_interval = CPU_PAUSE_PERIOD;
0 commit comments