home *** CD-ROM | disk | FTP | other *** search
- BEGIN DDIF
- ----------------------------------------------------------
- -- 4D Graphics TiGA DEVICE INFORMATION FILE --
- -- 12/15/89 --
- ----------------------------------------------------------
-
- -- WIREFRAME COLOR definitions
- -- RGB color table values for first 16 colors (for GCD) (range: 0 to F)
- 1 "000 800 080 008 880 088 808 888 333 F00 0F0 00F FF0 0FF F0F FFF"
-
- -- SHADING COLOR definitions
- -- Starting RGB values for the shading color table (range: 0 to F)
- 2 "888 F00 0F0 00F FF0 0FF F0F 888"
-
- -- RGB increments for the dark shades of each color (range: 0 to F)
- 3 "888 E00 0E0 00E EE0 0EE E0E 888"
-
- -- RGB increments for the light shades of each color (range: 0 to F)
- 4 "888 0EE E0E EE0 00E E00 0E0 777"
-
- -- Beep definition line in duration,frequency divisor pairs
- -- (divisor = 1193180/desired freq, ie divisor for 400hz = 2983)
- -- Up to 10 pairs may be given.
- -- This line is optional and may be commented out to get the default beep.
- 102 8 4200 4 3800 2 3400 2 3000 2 2600 2 2200 2 1800 8 1400 4 1000 4 800
-
- -- Custom features:
- --
- -- +-- load TiGA primatives in initialization (revision 4.0 only)
- -- | +-- TiGA mode number
- -- | | +-- beep mode: 0 = sound only, 1 = sound and flash, 2 = flash only
- -- | | | +-- text alignment code (normally 1) custom fonts may be "0"
- -- | | | | +-- restore screen clipping flag (1=whole screen, 0=window)
- -- | | | | | +-- maximum number of words to pass via putlinbuf (rev 4.0)
- -- | | | | | | +-- pixel width for menu hilighting (0 = fill)
- -- | | | | | | | +-- Two screen configuration (1=yes, 0=no)
- -- v v v v v v v v
- 103 1 0 1 1 1 512 0 0
-
- -- name of custom text font to use instead of hardware text
- --5 "ti_typ22.fnt"
-
- -- Up to 8 32-BIT text font patterns
- 201 -1431655766 -858993460 -252645136 -242224753
- 202 -429398425 -473489864 -522133280 858993459
-
-
- -- PIXEL DENSITIES (you must set these for your monitor)
- -- for most 13" monitors, pixels in x dimension would be xres/8.5
- -- pixels in y dimension would be yres/6.375
- -- +-----+-- X,Y SCREEN PIXELS/PER INCH
- -- V V
- --301 63.77 50.24 -- 640x480 on 13" monitor
- 301 90.62 92.53 -- 1024x768 on 16" monitor
-
- -- GRAPHICS DRIVER CONFIG FLAGS.
- -- *** DO NOT CHANGE THIS LINE ***
- -- 0 in a line number field means not used.
- -- +-------------------------------- 0 = low res , 1 = high res.
- -- | +--------------------------- Color lookup table line number
- -- | | +---------------------- Start shade color table line number
- -- | | | +----------------- Dark shade color table line number
- -- | | | | +------------ Light shade color table line number
- -- | | | | | +------- Number of dsplist 16k's line number
- -- | | | | | | +-- Dsplist o/f file name line number
- -- | | | | | | |
- 120 1 1 2 3 4 0 0
-
- END DDIF
-
- END
-
-