diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2021-07-23 01:00:38 +0100 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2021-07-23 01:00:38 +0100 |
commit | de8965a762a6198698717dc1d1a5c689a3f33d91 (patch) | |
tree | fa1a42b5af1e74458397d182acacc117e116c6f9 /config.h | |
parent | Feature: Added key detection (diff) | |
download | CHIP8-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.h | 1 |
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 |