about summary refs log tree commit diff
path: root/config.h
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2021-07-19 15:09:40 +0100
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2021-07-19 15:09:40 +0100
commitfc3b7e70867d0a6ce89c139e4ddc0d66329fea11 (patch)
tree2f736f37c18817593cf4cd4c3ecf7adb975c6626 /config.h
parentFeature: Added a font (diff)
downloadCHIP8-Emulator-fc3b7e70867d0a6ce89c139e4ddc0d66329fea11.tar.gz
CHIP8-Emulator-fc3b7e70867d0a6ce89c139e4ddc0d66329fea11.tar.bz2
CHIP8-Emulator-fc3b7e70867d0a6ce89c139e4ddc0d66329fea11.zip
Misc: Properly intialise the emulator
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index c70f65b..dc5778a 100644
--- a/config.h
+++ b/config.h
@@ -2,5 +2,7 @@
 #define _CONFIG_H_
 
 #define INSTRUCTIONS_PER_SECOND 700
+#define GAME_LOAD_LOCATION 0x200
+#define FONT_LOAD_LOCATION 0x50
 
 #endif