view config.h @ 13:3a358d053ffc

Runs now, audio does not work yet and the pace seems slightly too fast (not sure if that is the case however.)
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 15 Mar 2013 17:27:26 +0200
parents fcae85b39931
children 2663b7bb23b9
line wrap: on
line source

// Settings
#define SET_VID_BUFW   640
#define SET_VID_BUFH   480

#define SET_AUDIO_FREQ 44100


#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  (TIKLGT * SET_ROWTIX)