Disable CPU logging

This commit is contained in:
tiseno100
2020-06-15 11:38:00 +03:00
committed by GitHub
parent 47290280b1
commit a7cdbc50c0

View File

@@ -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);