home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p120 / 3.ddi / DEF / AG.DEF < prev    next >
Encoding:
Text File  |  1991-08-28  |  4.2 KB  |  105 lines

  1. BEGIN DDIF
  2.  
  3. -------------------------------------------------------------------------
  4. -- DEVICE INFORMATION FILE  for CV/VMI 8820/8821 Medium Resolution     --
  5. --                          Advanced Graphics display controller board --
  6. --                          (640 pixels by 480 pixels)                 --
  7. -------------------------------------------------------------------------
  8.  
  9. --
  10. -- 6-24-87 TT - Upgraded for rev 3.0
  11. ------------------------------------------------------------------------
  12. -- ******** Attention all programmers: you must document any ******** --
  13. -- ******** and all changes you make to this file at the top! ******* --
  14. ------------------------------------------------------------------------
  15.  
  16. -- Graphics Device Driver --
  17.  
  18. -- The file name to echo commands to is given on code line 1.  To activate
  19. -- this feature remove the '--' comment characters in front of the 1 or put 
  20. -- in a '--' to deactivate it.  The file can then be displayed by copying it
  21. -- to the CGB device. Ie. C>COPY /B PG.CGB CGB:
  22.  
  23. --1 PG.CGB
  24.  
  25. -- Color Table Definition
  26.  
  27. --    +---Index 0 is the graphics background color (000 = black)
  28. --    |
  29. --    |                 Entity Color Table
  30. --    |                 ------ ----- -----
  31. --    |                 Color Table Values (RGB) (0-9)(A-F)
  32. --    |                 (0 - 9 & A   0 = Dimmest, A = Brightest)
  33. --    V
  34. --    0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15
  35. --    +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
  36. --    |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
  37. --    V   V   V   V   V   V   V   V   V   V   V   V   V   V   V   V
  38. --   RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB 
  39. 2   "100 600 060 006 660 067 606 667 333 900 090 009 880 09A A0A 999" --Documented no bkg
  40.  
  41. --          Starting Shading Color Table Values (RGB)
  42. --          -------- ------- ----- ----- ------ -----
  43. --    0   1   2   3   4   5   6   7   
  44. --    +---+---+---+---+---+---+---+
  45. --    |   |   |   |   |   |   |   |
  46. --    V   V   V   V   V   V   V   V
  47. --   RGB RGB RGB RGB RGB RGB RGB RGB
  48. 3   "000 800 080 008 880 088 808 000"
  49.  
  50. --                Dark Shading Color Increments (RGB)
  51. --                ---- ------- ----- ---------- -----
  52. --    0   1   2   3   4   5   6   7
  53. --    +---+---+---+---+---+---+---+
  54. --    |   |   |   |   |   |   |   |
  55. --    V   V   V   V   V   V   V   V
  56. --   RGB RGB RGB RGB RGB RGB RGB RGB
  57. 4   "111 100 010 001 110 011 101 111"
  58.  
  59. --               Light Shading Color Increments (RGB)
  60. --               ----- ------- ----- ---------- -----
  61. --    0   1   2   3   4   5   6   7
  62. --    +---+---+---+---+---+---+---+
  63. --    |   |   |   |   |   |   |   |
  64. --    V   V   V   V   V   V   V   V
  65. --   RGB RGB RGB RGB RGB RGB RGB RGB
  66. 5   "111 011 101 110 001 100 010 111"
  67.  
  68. --  +-- Cursor character number
  69. --  V 
  70. 101 95
  71.  
  72. -- 16 bit line font patterns           (Entity ident hilite font)
  73. --                                                  |
  74. --                                                  V
  75. --    1     2    3      4      5      6      7      8
  76. 102 6168   4080  8184  32742  32663  15420    15   26214
  77.  
  78. -- Beep definition line in duration,frequency divisor pairs
  79. -- (divisor = 1193180/desired freq, ie divisor for 400hz = 2983)
  80. --
  81. -- Up to 10 pairs may be given.
  82. -- This line is optional and may be commented out to get the default beep.
  83.  
  84. 103 4 4200 2 3800 1 3400 1 3000 1 2600 1 2200 1 1800 4 1400 2 1000 2 800
  85.  
  86. --    +-----+-- X,Y Screen pixels per inch
  87. --    V     V
  88. 301 70.20 70.20
  89.  
  90. --   GRAPHICS DRIVER CONFIG FLAGS.
  91. --  *** DO NOT CHANGE THIS LINE ***
  92. --  0 in a line number field means not used.
  93. --    +-------------------------------- 0 = low res   ,  1 = high res.
  94. --    |    +--------------------------- Color lookup table line number
  95. --    |    |    +---------------------- Start shade color table line number
  96. --    |    |    |    +----------------- Dark shade color table line number
  97. --    |    |    |    |    +------------ Light shade color table line number
  98. --    |    |    |    |    |    +------- Number of dsplist 16k's line number
  99. --    |    |    |    |    |    |    +-- Dsplist o/f file name line number
  100. --    |    |    |    |    |    |    |
  101. 120   1    2    3    4    5    0    0
  102.  
  103. END DDIF
  104. END
  105.