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

  1. BEGIN DDIF
  2. -------------------------------------------------------------------------
  3. -- DEVICE INFORMATION FILE  for Pixelworks Clipper High Resolution     --
  4. --                          display controller board                   --
  5. --                                                                     --
  6. -------------------------------------------------------------------------
  7. -- 07-09-91 RDC NEW VERSION FOR NEWMENU
  8. -- 10-16-89 JSM Incorporated Pixelworks' and 4D's latest changes
  9. -- 06-15-88 ALA Fix aspect ratio [for PCClient].
  10. -- 01/12/88 NCC Added code line 6 for display list overflow file name
  11. -- 7-27-87 NCC  Upgraded further for rev 3.0 and 3.10
  12. -- 6-24-87 TT - Upgraded for rev 3.0
  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 PW.CGB CGB:
  24.  
  25. --1 PW.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  "000 900 084 00F F50 999 80A 0FF 000 F00 0F0 0AF FF0 000 F0F FFF"
  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.  
  71. --  +-- Cursor character number
  72. --  V
  73. 101 95
  74.  
  75. -- 16 bit line font patterns           (Entity ident hilite font)
  76. --                                                  |
  77. --                                                  V
  78. --    1     2    3      4      5      6      7      8
  79. 102 6168  4080  8184  32742  32663  15420    15   26214
  80.  
  81. -- Beep definition line in duration,frequency divisor pairs
  82. -- (divisor = 1193180/desired freq, ie divisor for 400hz = 2983)
  83. --
  84. -- Up to 10 pairs may be given.
  85. -- This line is optional and may be commented out to get the default beep.
  86.  
  87. 103 4 4200 2 3800 1 3400 1 3000 1 2600 1 2200 1 1800 4 1400 2 1000 2 800
  88.  
  89. -- The number on line 109 is for how many 16-k pages of Expanded Memory
  90. -- to allocate for saving a display list in.
  91.  
  92. 109 32  --number of 16k pages to allocate for display list (32 = 512k bytes)
  93.  
  94. 6 display.ovl            --display list overflow file name
  95.  
  96. --    +-----+-- X,Y Screen pixels per inch
  97. --    V     V
  98. --301 94.4 96.8
  99. 301 94.4 100.69
  100.  
  101. --Custom configuration options
  102. --110 6           --DMA Channel to use with Clipper (6 or 7)
  103. --111 10          --IRQ Vector to use with Clipper (10, 11 or 12)
  104. --112 816         --I/O Ports to use with Clipper (816 or 832)
  105. --113 0           --Flag to Enable Page Swapping (-1=yes)
  106.  
  107. -- For Ultra clipper only:
  108. -- 16 bit line font patterns           (Entity ident hilite font)
  109. --                                                  |
  110. --                                                  V
  111. --    1     2    3      4      5      6      7      8
  112. --114 6168  4080  8184  32742  32663  15420    15   26214
  113.  
  114. --   GRAPHICS DRIVER CONFIG FLAGS.
  115. --  *** DO NOT CHANGE THIS LINE ***
  116. --  0 in a line number field means not used.
  117. --    +-------------------------------- 0 = low res   ,  1 = high res.
  118. --    |    +--------------------------- Color lookup table line number
  119. --    |    |    +---------------------- Start shade color table line number
  120. --    |    |    |    +----------------- Dark shade color table line number
  121. --    |    |    |    |    +------------ Light shade color table line number
  122. --    |    |    |    |    |    +------- Number of dsplist 16k's line number
  123. --    |    |    |    |    |    |    +-- Dsplist o/f file name line number
  124. --    |    |    |    |    |    |    |
  125. 120   1    2    0    0    0  109    6
  126.  
  127. END DDIF
  128. END
  129.