From a7cdbc50c01e6c2053d2c6bb446e4dc738d45c0b Mon Sep 17 00:00:00 2001 From: tiseno100 <58827426+tiseno100@users.noreply.github.com> Date: Mon, 15 Jun 2020 11:38:00 +0300 Subject: [PATCH] Disable CPU logging --- src/cpu/cpu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cpu/cpu.c b/src/cpu/cpu.c index b1a445018..6cb0243da 100644 --- a/src/cpu/cpu.c +++ b/src/cpu/cpu.c @@ -61,7 +61,6 @@ #endif /*#define ENABLE_CPU_LOG 1*/ -#define ENABLE_CPU_LOG 1 static void cpu_write(uint16_t addr, uint8_t val, void *priv); static uint8_t cpu_read(uint16_t addr, void *priv);