home *** CD-ROM | disk | FTP | other *** search
/ BBS 1 / BBS#1.iso / document / vgadoc.arj / NCR.DOC < prev    next >
Text File  |  1991-12-05  |  601b  |  35 lines

  1.    NCR 77C22E VGA
  2.  
  3.  
  4.   3C4h index  5  (R/W):
  5.   bit 0-7  0=Disable extensions, 1=Enable
  6.  
  7.   3C4h index 18h (R/W):
  8.   bit 0-7  Bank no in 16Kbyte blocks.
  9.  
  10.  
  11.  
  12.  
  13.   3C4h index 10h and 19h used.
  14.  
  15.  
  16.  
  17.   ID NCR VGA:
  18.  
  19.   if isport($3c4,5,$ff) then
  20.   begin
  21.     portw[$3c4]:=5;   {Lock extensions}
  22.     if not isport($3c4,$10,$ff) then
  23.     begin
  24.       portw[$3c4]:=$105;
  25.       if isport($3c4,$10,$ff) then NCR_VGA !!
  26.  
  27.  
  28.   Video Modes:
  29.  
  30.   58h G  800  600  16  planar
  31.   5Ch G  800  600 256  packed
  32.   5Dh G 1024  768  16  planar
  33.   5Eh G  640  400 256  packed 
  34.   5Fh G  640  480 256  packed
  35.