about summary refs log tree commit diff
path: root/config.h
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2021-07-19 23:43:08 +0100
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2021-07-19 23:43:08 +0100
commitfd3aac5d52d468be2e971fcaf00882d9ef6a89fd (patch)
tree4847a7302105b5f2e0d2bf703507936e7da55d1c /config.h
parentDebug: Added draw debug prints (diff)
downloadCHIP8-Emulator-fd3aac5d52d468be2e971fcaf00882d9ef6a89fd.tar.gz
CHIP8-Emulator-fd3aac5d52d468be2e971fcaf00882d9ef6a89fd.tar.bz2
CHIP8-Emulator-fd3aac5d52d468be2e971fcaf00882d9ef6a89fd.zip
Feature: Added draw instruction implementation
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 cf73451..a40e76f 100644
--- a/config.h
+++ b/config.h
@@ -1,7 +1,7 @@
 #ifndef _CONFIG_H_
 #define _CONFIG_H_
 
-#define DEBUG 0
+#define DEBUG 1
 
 #define INSTRUCTIONS_PER_SECOND 700
 #define GAME_LOAD_LOCATION 0x200