1 2 3 4 5 6 7 8
#ifndef _CONFIG_H_ #define _CONFIG_H_ #define INSTRUCTIONS_PER_SECOND 700 #define GAME_LOAD_LOCATION 0x200 #define FONT_LOAD_LOCATION 0x50 #endif