home *** CD-ROM | disk | FTP | other *** search
- -- DLISTOFF.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 NOT implemented, 0.
-
- -- 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.
- 102 6168 4080 8184 32742 32663 15420 15 26214
-
- -- 103
- -- Dlist NOT implemented. Read by cv_iload.
- 104 0
-
- -- X and Y pixels per inch. Read by cv_rload.
- 301 99.0 98.0
-
- END DDIF
-
- END
-
- --.DIF version = 100
- --
- -- DLISTON.DIF defines Display List saving to be ON by setting entry
- -- 103 to 1.
- -- All other entries are the same as DLISTOFF.DIF.
-
- BEGIN DDIF
-
- -- 1. Not implemented. Command echo file name.
- 2 "100 600 060 006 660 067 606 667 333 900 090 009 880 09A A0A 999"
- 3 "000 800 080 008 880 088 808 000"
- 4 "111 100 010 001 110 011 101 111"
- 5 "111 011 101 110 001 100 010 111"
- 101 95
- 102 0
- 103 1
-
- -- 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 0 0
-
- END DDIF
- END