home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / GRAPHICS / EGAVGA / VGADOC01.ZIP / OAK.DOC < prev    next >
Encoding:
Text File  |  1991-12-04  |  1.6 KB  |  66 lines

  1.    OAK Technologies OTI-067 and 037C.
  2.  
  3.    OTI037C apparently has max 256Kb and no banking registers.
  4.    OTI-067 has 256K or 512K and banking registers.
  5.  
  6.   3DEh index  Dh (R/W):
  7.     bit 7  512K if set, 256 else.
  8.  
  9.   3DEh index 11h (R/W):
  10.   bit 0-3  Bank no    (Read/Write or two separate banks ??)
  11.       4-7  Bank no
  12.   Note: Some sources gives this register as 3DFh with no index.
  13.  
  14.  
  15.   Bank Switching:      (OAK OTI-067 Only)
  16.  
  17.   Two banks exist in reg 3DEh index 11h.
  18.  
  19.  
  20.   ID Oak VGA:
  21.  
  22.   if exist($3DE,$d) then
  23.     if exist($3DE,$11) then OAK_037
  24.                        else OAK_067 
  25.  
  26.   Modes:
  27.  
  28.   (OTI 067)
  29.  
  30.   4Fh  T   132   60  16 (8x8)
  31.   50h  T   132   25  16 (8x14)
  32.   51h  T   132   43  16 (8x8)   
  33.   52h  G   800  600  16 planar
  34.   53h  G   640  480 256 packed
  35.   54h  G   800  600 256 packed
  36.   55h  G  1024  768   4 ??
  37.   56h  G  1024  768  16 planar
  38.   57h  G   768 1024   4 ??
  39.  
  40.   (OTI037C "UNIQUE" VGA)
  41.  
  42.   50h  T   132   25  16 (8x14)
  43.   51h  T   132   43  16 (8x8)
  44.   52h  G   800  600  16 planar
  45.  
  46.  
  47.   (OTI037C with NEL Electronics BIOS)
  48.  
  49.   50h  G   640  480  16 planar
  50.   51h  T    80   30     (16x9)
  51.   52h  G  1024  480  16 planar
  52.   53h  T    80   25     (16x8)
  53.   54h  T   132   43     (8x8)
  54.   55h  T   132   25     (14x8)
  55.   56h  T   132   43     (8x9)
  56.   57h  T   132   25     (14x9)
  57.   58h  T    80   43     (8x8)
  58.   59h  T    80   43     (8x9)
  59.   5Ah  T    80   60     (8x8)
  60.   5Bh  G   800  600  16
  61.   5Ch  T   100   37     (16x8)
  62.   5Dh  T   100   75     (8x8)
  63.   5Eh  G   800  600  16
  64.   6Ah  G   800  600  16
  65.   6Bh  T   100   37     (16x8)
  66.