From de8965a762a6198698717dc1d1a5c689a3f33d91 Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Fri, 23 Jul 2021 01:00:38 +0100 Subject: Feature: Implemented various instructions --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') 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 -- cgit 1.4.1