comparison config.h @ 4:54361aa65b1f

Remove some stuff we won't need.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 15 Mar 2013 05:01:30 +0200
parents 0e4f2da58161
children 4c1d187d0cf6
comparison
equal deleted inserted replaced
3:4dd2b0c81ad2 4:54361aa65b1f
11 11
12 320x200 is smooth on a 386. 12 320x200 is smooth on a 386.
13 13
14 Svgalib: the best-fitting 256 color mode will be searched 14 Svgalib: the best-fitting 256 color mode will be searched
15 automatically. 15 automatically.
16 */
17
18 #define VGARETRACE 0
19 /*
20 1 = Svgalib waits for the vertical retrace before dumping the
21 framebuffer.
22 */
23
24 #define ASMLOOPS 0
25 /*
26 386 = use the i386-optimized asm loops (slightly buggy)
27 0 = pure c source (recommended for non-pc machines :)
28 */ 16 */
29 17
30 #define OUTFREQ 22050 18 #define OUTFREQ 22050
31 /* 19 /*
32 Audio output frequency. 20 Audio output frequency.
73 #define DEMOHZ 100 61 #define DEMOHZ 100
74 62
75 /* maybe these shouldn't be here */ 63 /* maybe these shouldn't be here */
76 #define ROWTIX 6 64 #define ROWTIX 6
77 #define MAXROWLGT TIKLGT*ROWTIX 65 #define MAXROWLGT TIKLGT*ROWTIX
78
79 #define vga 0
80 #define X11 1