From fc3b7e70867d0a6ce89c139e4ddc0d66329fea11 Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Mon, 19 Jul 2021 15:09:40 +0100 Subject: Misc: Properly intialise the emulator --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') 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 -- cgit 1.4.1