home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p120 / 4.ddi / MENU.ZIP / BUILD / DRIVERS / VMINDL.DEF < prev    next >
Encoding:
Text File  |  1991-09-03  |  2.6 KB  |  81 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. --07/09/91 RDC NEW VERSION FOR NEWMENU
  17.  
  18. BEGIN DDIF
  19.  
  20. -- RGB color table values. Read by cv_sload.
  21. 2  "000 900 084 00F F50 999 80A 0FF 000 F00 0F0 0AF FF0 000 F0F FFF"
  22.  
  23. -- Starting RGB values for the shading color table. Read by cv_sload.
  24. -- 3 "000 800 080 008 880 088 808 000"
  25.  
  26. -- RGB increments for the dark shades of each color. Read by cv_sload.
  27. -- 4 "111 100 010 001 110 011 101 111"
  28.  
  29. -- RGB increments for the light shades of each color. Read by cv_sload.
  30. -- 5 "111 011 101 110 001 100 010 111"
  31.  
  32. -- Cursor Char number. Read by cv_iload.
  33.    101 95
  34.  
  35. -- Up to 8 text font patterns. Read by cv_iload.
  36.    102  6168  4080  8184  32742  32663  15420  15  26214
  37.  
  38. -- 103 
  39. -- Dlist NOT implemented. Read by cv_iload.
  40.    104 0
  41.  
  42. -- X and Y pixels per inch. Read by cv_rload.
  43.    301 99.0 98.0
  44.  
  45. END DDIF
  46.  
  47. END
  48.  
  49. --.DIF version = 100 
  50. --
  51. -- DLISTON.DIF defines Display List saving to be ON by setting entry 
  52. -- 103 to 1. 
  53. -- All other entries are the same as DLISTOFF.DIF.
  54.  
  55. BEGIN DDIF
  56.  
  57. -- 1. Not implemented. Command echo file name.
  58.     2 "100 600 060 006 660 067 606 667 333 900 090 009 880 09A A0A 999"
  59.     3 "000 800 080 008 880 088 808 000"
  60.     4 "111 100 010 001 110 011 101 111"
  61.     5 "111 011 101 110 001 100 010 111"
  62.   101 95
  63.   102 0
  64.   103 1
  65.  
  66. --   GRAPHICS DRIVER CONFIG FLAGS.
  67. --  *** DO NOT CHANGE THIS LINE ***
  68. --  0 in a line number field means not used.
  69. --    +-------------------------------- 0 = low res   ,  1 = high res.
  70. --    |    +--------------------------- Color lookup table line number
  71. --    |    |    +---------------------- Start shade color table line number
  72. --    |    |    |    +----------------- Dark shade color table line number
  73. --    |    |    |    |    +------------ Light shade color table line number
  74. --    |    |    |    |    |    +------- Number of dsplist 16k's line number
  75. --    |    |    |    |    |    |    +-- Dsplist o/f file name line number
  76. --    |    |    |    |    |    |    |
  77. 120   1    2    0    0    0    0    0
  78.  
  79. END DDIF
  80. END
  81.