From 34858842acf9a86a32003f7ed256192064a994ed Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Mon, 19 Jul 2021 18:26:09 +0100 Subject: Feature: Prepared SDL window for pixel drawing instruction --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') 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, ...) \ -- cgit 1.4.1