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

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