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

  1. --                      DLISTON.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 implemented, 1.
  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. Set to none
  35.    102  6168  4080  8184  32742  32663  15420  15  26214
  36.  
  37. -- 103  
  38. -- Dlist implemented. Read by cv_iload.
  39.    104 1
  40. -- Number of 16K pages of expanded memory to be allocated for dlist.
  41. -- Default is 64 pages: 1 meg
  42.    109 64
  43. -- X and Y pixels per inch for graphics screen. Read by cv_rload.
  44.    301 98.0 99.0 
  45.  
  46. --   GRAPHICS DRIVER CONFIG FLAGS.
  47. --  *** DO NOT CHANGE THIS LINE ***
  48. --  0 in a line number field means not used.
  49. --    +-------------------------------- 0 = low res   ,  1 = high res.
  50. --    |    +--------------------------- Color lookup table line number
  51. --    |    |    +---------------------- Start shade color table line number
  52. --    |    |    |    +----------------- Dark shade color table line number
  53. --    |    |    |    |    +------------ Light shade color table line number
  54. --    |    |    |    |    |    +------- Number of dsplist 16k's line number
  55. --    |    |    |    |    |    |    +-- Dsplist o/f file name line number
  56. --    |    |    |    |    |    |    |
  57. 120   1    2    3    4    5  109    0
  58.  
  59. END DDIF
  60. END
  61.