home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p120 / 4.ddi / MENU.ZIP / BUILD / DRIVERS / AG.DEF < prev    next >
Encoding:
Text File  |  1991-09-03  |  4.2 KB  |  93 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. -- 6-24-87 TT - Upgraded for rev 3.0
  10. -- 07-09-91 RDC- NEW VERSION FOR NEWMENU
  11. ------------------------------------------------------------------------
  12. -- ******** Attention all programmers: you must document any ******** --
  13. -- ******** and all changes you make to this file at the top! ******* --
  14. ------------------------------------------------------------------------
  15. -- Graphics Device Driver --
  16. -- The file name to echo commands to is given on code line 1.  To activate
  17. -- this feature remove the '--' comment characters in front of the 1 or put 
  18. -- in a '--' to deactivate it.  The file can then be displayed by copying it
  19. -- to the CGB device. Ie. C>COPY /B PG.CGB CGB:
  20. --1 PG.CGB
  21. -- Color Table Definition
  22. --    +---Index 0 is the graphics background color (000 = black)
  23. --    |
  24. --    |                 Entity Color Table
  25. --    |                 ------ ----- -----
  26. --    |                 Color Table Values (RGB) (0-9)(A-F)
  27. --    |                 (0 - 9 & A   0 = Dimmest, A = Brightest)
  28. --    V
  29. --    0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15
  30. --    +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
  31. --    |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
  32. --    V   V   V   V   V   V   V   V   V   V   V   V   V   V   V   V
  33. --   RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB 
  34. 2  "000 900 084 00F F50 999 80A 0FF 000 F00 0F0 0AF FF0 000 F0F FFF" --Documented no bkg
  35. --          Starting Shading Color Table Values (RGB)
  36. --          -------- ------- ----- ----- ------ -----
  37. --    0   1   2   3   4   5   6   7   
  38. --    +---+---+---+---+---+---+---+
  39. --    |   |   |   |   |   |   |   |
  40. --    V   V   V   V   V   V   V   V
  41. --   RGB RGB RGB RGB RGB RGB RGB RGB
  42. 3   "000 800 080 008 880 088 808 000"
  43. --                Dark Shading Color Increments (RGB)
  44. --                ---- ------- ----- ---------- -----
  45. --    0   1   2   3   4   5   6   7
  46. --    +---+---+---+---+---+---+---+
  47. --    |   |   |   |   |   |   |   |
  48. --    V   V   V   V   V   V   V   V
  49. --   RGB RGB RGB RGB RGB RGB RGB RGB
  50. 4   "111 100 010 001 110 011 101 111"
  51. --               Light 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. 5   "111 011 101 110 001 100 010 111"
  59. --  +-- Cursor character number
  60. --  V 
  61. 101 95
  62. -- 16 bit line font patterns           (Entity ident hilite font)
  63. --                                                  |
  64. --                                                  V
  65. --    1     2    3      4      5      6      7      8
  66. 102 6168   4080  8184  32742  32663  15420    15   26214
  67. -- Beep definition line in duration,frequency divisor pairs
  68. -- (divisor = 1193180/desired freq, ie divisor for 400hz = 2983)
  69. --
  70. -- Up to 10 pairs may be given.
  71. -- This line is optional and may be commented out to get the default beep.
  72. 103 4 4200 2 3800 1 3400 1 3000 1 2600 1 2200 1 1800 4 1400 2 1000 2 800
  73. --    +-----+-- X,Y Screen pixels per inch
  74. --    V     V
  75. 301 70.20 70.20
  76.  
  77. --   GRAPHICS DRIVER CONFIG FLAGS.
  78. --  *** DO NOT CHANGE THIS LINE ***
  79. --  0 in a line number field means not used.
  80. --    +-------------------------------- 0 = low res   ,  1 = high res.
  81. --    |    +--------------------------- Color lookup table line number
  82. --    |    |    +---------------------- Start shade color table line number
  83. --    |    |    |    +----------------- Dark shade color table line number
  84. --    |    |    |    |    +------------ Light shade color table line number
  85. --    |    |    |    |    |    +------- Number of dsplist 16k's line number
  86. --    |    |    |    |    |    |    +-- Dsplist o/f file name line number
  87. --    |    |    |    |    |    |    |
  88. 120   1    2    3    4    5    0    0
  89.  
  90. END DDIF
  91. END
  92.  
  93.