home *** CD-ROM | disk | FTP | other *** search
- BEGIN DDIF
- -------------------------------------------------------------------------
- -- DEVICE INFORMATION FILE for Pixelworks Clipper High Resolution --
- -- display controller board --
- -- --
- -------------------------------------------------------------------------
- -- 10-16-89 JSM Incorporated Pixelworks' and 4D's latest changes
- -- 06-15-88 ALA Fix aspect ratio [for PCClient].
- -- 01/12/88 NCC Added code line 6 for display list overflow file name
- -- 7-27-87 NCC Upgraded further for rev 3.0 and 3.10
- -- 6-24-87 TT - Upgraded for rev 3.0
- ------------------------------------------------------------------------
- -- ******** 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 PW.CGB CGB:
-
- --1 PW.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 500 050 005 640 058 505 666 000 800 080 008 870 07A 808 999"
-
- -- 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"
- 3 "000 808 080 088 088 080 800 800"
-
- -- 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
-
- -- The number on line 109 is for how many 16-k pages of Expanded Memory
- -- to allocate for saving a display list in.
-
- 109 32 --number of 16k pages to allocate for display list (32 = 512k bytes)
-
- 6 display.ovl --display list overflow file name
-
- -- +-----+-- X,Y Screen pixels per inch
- -- V V
- --301 94.4 96.8
- 301 94.4 100.69
-
- --Custom configuration options
- --110 6 --DMA Channel to use with Clipper (6 or 7)
- --111 10 --IRQ Vector to use with Clipper (10, 11 or 12)
- --112 816 --I/O Ports to use with Clipper (816 or 832)
- --113 0 --Flag to Enable Page Swapping (-1=yes)
-
- -- For Ultra clipper only:
- -- 16 bit line font patterns (Entity ident hilite font)
- -- |
- -- V
- -- 1 2 3 4 5 6 7 8
- --114 6168 4080 8184 32742 32663 15420 15 26214
-
- END DDIF
- END
-