annotate config.h @ 42:5714d6494163

Add more configuration options via commandline.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Mar 2013 05:07:40 +0200
parents e5603b03732b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
fcae85b39931 Slowly getting closer. Does not compile yet, and it's messy.
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1 // Settings
fcae85b39931 Slowly getting closer. Does not compile yet, and it's messy.
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
2 #define SET_VID_BUFW 640
fcae85b39931 Slowly getting closer. Does not compile yet, and it's messy.
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
3 #define SET_VID_BUFH 480
0
0e4f2da58161 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4
11
fcae85b39931 Slowly getting closer. Does not compile yet, and it's messy.
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
5 #define SET_AUDIO_FREQ 44100
42
5714d6494163 Add more configuration options via commandline.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
6 #define SET_MIN_FREQ 8000
5714d6494163 Add more configuration options via commandline.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
7 #define SET_MAX_FREQ 96000
0
0e4f2da58161 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8
14
2663b7bb23b9 Touchups.
Matti Hamalainen <ccr@tnsp.org>
parents: 11
diff changeset
9 #define SET_PROG_NAME "3x666"
11
fcae85b39931 Slowly getting closer. Does not compile yet, and it's messy.
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
10 #define SET_WIN_NAME "Ocsa (PWP) - 3x666"
0
0e4f2da58161 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11
0e4f2da58161 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12
11
fcae85b39931 Slowly getting closer. Does not compile yet, and it's messy.
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
13 // Do not touch these
fcae85b39931 Slowly getting closer. Does not compile yet, and it's messy.
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
14 #define SET_DEMOHZ 100
fcae85b39931 Slowly getting closer. Does not compile yet, and it's messy.
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
15 #define SET_VID_COLORS 256
fcae85b39931 Slowly getting closer. Does not compile yet, and it's messy.
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
16 #define SET_AUDIO_CHN 1
0
0e4f2da58161 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17
11
fcae85b39931 Slowly getting closer. Does not compile yet, and it's messy.
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
18 // Maybe these shouldn't be here
fcae85b39931 Slowly getting closer. Does not compile yet, and it's messy.
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
19 #define SET_ROWTIX 6
15
e5603b03732b Some more work.
Matti Hamalainen <ccr@tnsp.org>
parents: 14
diff changeset
20 #define SET_MAXROWLGT (engine.tickLen * SET_ROWTIX)