diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2021-07-19 18:40:19 +0100 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2021-07-19 18:40:19 +0100 |
commit | 8becc7265b8d8b9d5f716887de41910957175ccf (patch) | |
tree | a72c11866e6a334f46493edf67990481ec120617 /config.h | |
parent | Feature: Prepared SDL window for pixel drawing instruction (diff) | |
download | CHIP8-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.h | 2 |
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 |