about summary refs log tree commit diff
path: root/config.h
blob: dc5778ab1b34bcfaf8feefa681d791290217461c (plain) (blame)
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