home *** CD-ROM | disk | FTP | other *** search
- -- DLISTON.DEF
-
- -- The information provided to the Vermont Microsystems Driver by this file
- -- is as follows:
- -- 1. Entry 101: The cursor character value, 95.
- -- 2. Entry 103: Display List saving is implemented, 1.
-
- -- The complete list of data that could be provided to the Device Driver is
- -- shown with the entry written as a comment and example if it is not
- -- implemented.
- -- The reason data is not provided for the Device Driver is because the
- -- Driver already contains default values.
- -- If the CV user wants to change the default values, then the
- -- corresponding data may be initialized accordingly.
-
-
- BEGIN DDIF
-
- -- RGB color table values. Read by cv_sload.
- 2 "100 600 060 006 660 067 606 667 333 900 090 009 880 09A A0A 999"
-
- -- Starting RGB values for the shading color table. Read by cv_sload.
- 3 "000 800 080 008 880 088 808 000"
-
- -- RGB increments for the dark shades of each color. Read by cv_sload.
- 4 "111 100 010 001 110 011 101 111"
-
- -- RGB increments for the light shades of each color. Read by cv_sload.
- 5 "111 011 101 110 001 100 010 111"
-
- -- Cursor Char number. Read by cv_iload.
- 101 95
-
- -- Up to 8 text font patterns. Read by cv_iload. Set to none
- 102 6168 4080 8184 32742 32663 15420 15 26214
-
- -- 103
- -- Dlist implemented. Read by cv_iload.
- 104 1
- -- Number of 16K pages of expanded memory to be allocated for dlist.
- -- Default is 64 pages: 1 meg
- 109 64
- -- X and Y pixels per inch for graphics screen. Read by cv_rload.
- 301 98.0 99.0
-
- -- GRAPHICS DRIVER CONFIG FLAGS.
- -- *** DO NOT CHANGE THIS LINE ***
- -- 0 in a line number field means not used.
- -- +-------------------------------- 0 = low res , 1 = high res.
- -- | +--------------------------- Color lookup table line number
- -- | | +---------------------- Start shade color table line number
- -- | | | +----------------- Dark shade color table line number
- -- | | | | +------------ Light shade color table line number
- -- | | | | | +------- Number of dsplist 16k's line number
- -- | | | | | | +-- Dsplist o/f file name line number
- -- | | | | | | |
- 120 1 2 3 4 5 109 0
-
- END DDIF
- END