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:26:09 +0100
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2021-07-19 18:26:09 +0100
commit34858842acf9a86a32003f7ed256192064a994ed (patch)
tree92e7a5521dd20027477f7420eb3e079580117f0d /config.h
parentFeature: Added timers thread (diff)
downloadCHIP8-Emulator-34858842acf9a86a32003f7ed256192064a994ed.tar.gz
CHIP8-Emulator-34858842acf9a86a32003f7ed256192064a994ed.tar.bz2
CHIP8-Emulator-34858842acf9a86a32003f7ed256192064a994ed.zip
Feature: Prepared SDL window for pixel drawing instruction
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index a0d6073..a40e76f 100644
--- a/config.h
+++ b/config.h
@@ -6,6 +6,7 @@
 #define INSTRUCTIONS_PER_SECOND 700
 #define GAME_LOAD_LOCATION 0x200
 #define FONT_LOAD_LOCATION 0x50
+#define PIXEL_RATIO 10
 
 
 #define dbgprintf(fmt, ...) \