view config.h @ 40:61822816bba8

Added a new README.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Mar 2013 03:34:09 +0200
parents e5603b03732b
children 5714d6494163
line wrap: on
line source

// Settings
#define SET_VID_BUFW   640
#define SET_VID_BUFH   480

#define SET_AUDIO_FREQ 44100


#define SET_PROG_NAME  "3x666"
#define SET_WIN_NAME   "Ocsa (PWP) - 3x666"


// Do not touch these
#define SET_DEMOHZ     100
#define SET_VID_COLORS 256
#define SET_AUDIO_CHN  1

// Maybe these shouldn't be here
#define SET_ROWTIX     6
#define SET_MAXROWLGT  (engine.tickLen * SET_ROWTIX)