about summary refs log tree commit diff
path: root/config.h
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2021-07-19 18:40:19 +0100
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2021-07-19 18:40:19 +0100
commit8becc7265b8d8b9d5f716887de41910957175ccf (patch)
treea72c11866e6a334f46493edf67990481ec120617 /config.h
parentFeature: Prepared SDL window for pixel drawing instruction (diff)
downloadCHIP8-Emulator-8becc7265b8d8b9d5f716887de41910957175ccf.tar.gz
CHIP8-Emulator-8becc7265b8d8b9d5f716887de41910957175ccf.tar.bz2
CHIP8-Emulator-8becc7265b8d8b9d5f716887de41910957175ccf.zip
Debug: Added draw debug prints
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index a40e76f..cf73451 100644
--- a/config.h
+++ b/config.h
@@ -1,7 +1,7 @@
 #ifndef _CONFIG_H_
 #define _CONFIG_H_
 
-#define DEBUG 1
+#define DEBUG 0
 
 #define INSTRUCTIONS_PER_SECOND 700
 #define GAME_LOAD_LOCATION 0x200