#ifndef _CONFIG_H_ #define _CONFIG_H_ #define INSTRUCTIONS_PER_SECOND 700 #define GAME_LOAD_LOCATION 0x200 #define FONT_LOAD_LOCATION 0x50 #endif