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

  1. --                      DLISTOFF.DEF
  2.  
  3. -- The information provided to the Vermont Microsystems Driver by this file
  4. -- is as follows:
  5. --      1. Entry 101: The cursor character value, 95.
  6. --      2. Entry 103: Display List saving is NOT implemented, 0.
  7.  
  8. -- The complete list of data that could be provided to the Device Driver is
  9. -- shown with the entry written as a comment and example if it is not 
  10. -- implemented. 
  11. -- The reason data is not provided for the Device Driver is because the 
  12. -- Driver already contains default values. 
  13. -- If the CV user wants to change the default values, then the
  14. -- corresponding data may be initialized accordingly.
  15.  
  16.  
  17. BEGIN DDIF
  18.  
  19. -- RGB color table values. Read by cv_sload.
  20.    2 "100 600 060 006 660 067 606 667 333 900 090 009 880 09A A0A 999"
  21.  
  22. -- Starting RGB values for the shading color table. Read by cv_sload.
  23.    3 "000 800 080 008 880 088 808 000"
  24.  
  25. -- RGB increments for the dark shades of each color. Read by cv_sload.
  26.    4 "111 100 010 001 110 011 101 111"
  27.  
  28. -- RGB increments for the light shades of each color. Read by cv_sload.
  29.    5 "111 011 101 110 001 100 010 111"
  30.  
  31. -- Cursor Char number. Read by cv_iload.
  32.    101 95
  33.  
  34. -- Up to 8 text font patterns. Read by cv_iload.
  35.    102  6168  4080  8184  32742  32663  15420  15  26214
  36.  
  37. -- 103 
  38. -- Dlist NOT implemented. Read by cv_iload.
  39.    104 0
  40.  
  41. -- X and Y pixels per inch. Read by cv_rload.
  42.    301 99.0 98.0
  43.  
  44. END DDIF
  45.  
  46. END
  47.  
  48. --.DIF version = 100 
  49. --
  50. -- DLISTON.DIF defines Display List saving to be ON by setting entry 
  51. -- 103 to 1. 
  52. -- All other entries are the same as DLISTOFF.DIF.
  53.  
  54. BEGIN DDIF
  55.  
  56. -- 1. Not implemented. Command echo file name.
  57.     2 "100 600 060 006 660 067 606 667 333 900 090 009 880 09A A0A 999"
  58.     3 "000 800 080 008 880 088 808 000"
  59.     4 "111 100 010 001 110 011 101 111"
  60.     5 "111 011 101 110 001 100 010 111"
  61.   101 95
  62.   102 0
  63.   103 1
  64.  
  65. --   GRAPHICS DRIVER CONFIG FLAGS.
  66. --  *** DO NOT CHANGE THIS LINE ***
  67. --  0 in a line number field means not used.
  68. --    +-------------------------------- 0 = low res   ,  1 = high res.
  69. --    |    +--------------------------- Color lookup table line number
  70. --    |    |    +---------------------- Start shade color table line number
  71. --    |    |    |    +----------------- Dark shade color table line number
  72. --    |    |    |    |    +------------ Light shade color table line number
  73. --    |    |    |    |    |    +------- Number of dsplist 16k's line number
  74. --    |    |    |    |    |    |    +-- Dsplist o/f file name line number
  75. --    |    |    |    |    |    |    |
  76. 120   1    2    3    4    5    0    0
  77.  
  78. END DDIF
  79. END
  80.