about summary refs log tree commit diff
path: root/config.h
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2021-07-23 01:00:38 +0100
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2021-07-23 01:00:38 +0100
commitde8965a762a6198698717dc1d1a5c689a3f33d91 (patch)
treefa1a42b5af1e74458397d182acacc117e116c6f9 /config.h
parentFeature: Added key detection (diff)
downloadCHIP8-Emulator-de8965a762a6198698717dc1d1a5c689a3f33d91.tar.gz
CHIP8-Emulator-de8965a762a6198698717dc1d1a5c689a3f33d91.tar.bz2
CHIP8-Emulator-de8965a762a6198698717dc1d1a5c689a3f33d91.zip
Feature: Implemented various instructions
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 6650843..07f52e8 100644
--- a/config.h
+++ b/config.h
@@ -7,6 +7,7 @@
 #define SCREEN_HEIGHT 480
 
 #define INSTRUCTIONS_PER_SECOND 700
+#define TIMERS_THREAD_FREQUENCY 60
 #define GAME_LOAD_LOCATION 0x200
 #define FONT_LOAD_LOCATION 0x50