;This File Contains Data for Specific Video Cards. ;Used in Blood Omen:Legacy Of Kain. ;The first parameter is the string exactly as found in ;the Win-95 registry. ;At HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Display\0001-0010\DriverDesc ;The second parameter is the video mode Mask. ;Mask is 5 Bits:Bit 0=320x240 Native. ; Bit 1=320x240 Interlaced. ; Bit 2=320x240 Doubled. ; Bit 3=320x240 Letter Boxed. ; Bit 4=640x480 Hires Native. ;If Bit=0 mode is NOT available. ;If Bit=1 mode is available. ;The Following is a list of Possible Mask Values ;MASK: 320x240 Interlaced Doubled Letterboxed 640x480 ; Native ;#0x01 Yes No No No No ;#0x02 No Yes No No No ;#0x03 Yes Yes No No No ;#0x04 No No Yes No No ;#0x05 Yes No Yes No No ;#0x06 No Yes Yes No No ;#0x07 Yes Yes Yes No No ;#0x08 No No No Yes No ;#0x09 Yes No No Yes No ;#0x0a No Yes No Yes No ;#0x0b Yes Yes No Yes No ;#0x0c No No Yes Yes No ;#0x0d Yes No Yes Yes No ;#0x0e No Yes Yes Yes No ;#0x0f Yes Yes Yes Yes No ;#0x10 No No No No Yes ;#0x11 Yes No No No Yes ;#0x12 No Yes No No Yes ;#0x13 Yes Yes No No Yes ;#0x14 No No Yes No Yes ;#0x15 Yes No Yes No Yes ;#0x16 No Yes Yes No Yes ;#0x17 Yes Yes Yes No Yes ;#0x18 No No No Yes Yes ;#0x19 Yes No No Yes Yes ;#0x1a No Yes No Yes Yes ;#0x1b Yes Yes No Yes Yes ;#0x1c No No Yes Yes Yes ;#0x1d Yes No Yes Yes Yes ;#0x1e No Yes Yes Yes Yes ;#0x1f Yes Yes Yes Yes Yes ;EXAMPLE: ;Diamond 3D 2000 #0x18 ;Would only allow HIRES and Letter boxed modes to be used. ;The semi-colon tells the line parcer that the line is a comment ;To Set a generic Setting Remove ;the Semi-colon from the Next Line and Change the Mask Number. ;ANYCARD #0x1F ;Card Mask in Hex. 3D Blaster PCI #0x19 Diamond Stealth 3D 2000 Pro #0x1a ; ; ;ENDOFFILE