home *** CD-ROM | disk | FTP | other *** search
- BEGIN DDIF
-
- ------------------------------------------------------------------------
- -- DEVICE INFORMATION FILE for IBM Professional Graphics display --
- -- board and MATROX PG-640 Graphics board --
- -- (640 pixels by 480 pixels) --
- ------------------------------------------------------------------------
-
- --
- -- 6-24-87 TT - Upgraded for rev 3.0
- -- 03/15/87 Fix line 101 and add lines 3,4,5
- -- 04/25/86
- ------------------------------------------------------------------------
- -- ******** Attention all programmers: you must document any ******** --
- -- ******** and all changes you make to this file at the top! ******* --
- ------------------------------------------------------------------------
-
- -- Graphics Device Driver --
-
- -- The file name to echo commands to is given on code line 1. To activate
- -- this feature remove the '--' comment characters in front of the 1 or put
- -- in a '--' to deactivate it. The file can then be displayed by copying it
- -- to the CGB device. Ie. C>COPY /B PG.CGB CGB:
-
- --1 PG.CGB
-
- -- Color Table Definition
-
- -- +---Index 0 is the graphics background color (000 = black)
- -- |
- -- | Entity Color Table
- -- | ------ ----- -----
- -- | Color Table Values (RGB) (0-9)(A-F)
- -- | (0 - 9 & A 0 = Dimmest, A = Brightest)
- -- V
- -- 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
- -- +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
- -- | | | | | | | | | | | | | | | |
- -- V V V V V V V V V V V V V V V V
- -- RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB
- 2 "100 600 060 006 660 067 606 667 333 900 090 009 880 09A A0A 999" --Documented no bkg
-
- -- Starting Shading Color Table Values (RGB)
- -- -------- ------- ----- ----- ------ -----
- -- 0 1 2 3 4 5 6 7
- -- +---+---+---+---+---+---+---+
- -- | | | | | | | |
- -- V V V V V V V V
- -- RGB RGB RGB RGB RGB RGB RGB RGB
- 3 "000 800 080 008 880 088 808 000"
-
- -- Dark Shading Color Increments (RGB)
- -- ---- ------- ----- ---------- -----
- -- 0 1 2 3 4 5 6 7
- -- +---+---+---+---+---+---+---+
- -- | | | | | | | |
- -- V V V V V V V V
- -- RGB RGB RGB RGB RGB RGB RGB RGB
- 4 "111 100 010 001 110 011 101 111"
-
- -- Light Shading Color Increments (RGB)
- -- ----- ------- ----- ---------- -----
- -- 0 1 2 3 4 5 6 7
- -- +---+---+---+---+---+---+---+
- -- | | | | | | | |
- -- V V V V V V V V
- -- RGB RGB RGB RGB RGB RGB RGB RGB
- 5 "111 011 101 110 001 100 010 111"
-
- -- +-- Cursor character number
- -- V
- 101 95
-
- -- 16 bit line font patterns (Entity ident hilite font)
- -- |
- -- V
- -- 1 2 3 4 5 6 7 8
- 102 6168 4080 8184 32742 32663 15420 15 26214
-
- -- Beep definition line in duration,frequency divisor pairs
- -- (divisor = 1193180/desired freq, ie divisor for 400hz = 2983)
- --
- -- Up to 10 pairs may be given.
- -- This line is optional and may be commented out to get the default beep.
-
- 103 4 4200 2 3800 1 3400 1 3000 1 2600 1 2200 1 1800 4 1400 2 1000 2 800
-
- -- +-----+-- X,Y Screen pixels per inch
- -- V V
- 301 70.20 70.20
-
- END DDIF
- END
-