home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p120 / 4.ddi / MENU.ZIP / BUILD / DRIVERS / AGH.DEF < prev    next >
Encoding:
Text File  |  1991-09-03  |  4.5 KB  |  110 lines

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