home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / doc / graphdoc / hualon.txt < prev    next >
Text File  |  1994-01-18  |  1KB  |  55 lines

  1. Hualon Microelectronics Corporation
  2.  
  3. HM86304    512K
  4.  
  5.  
  6. Support chips:
  7.  
  8. HM8694P-304  Clock chip
  9.  
  10.  
  11. 3C4h index E7h (R/W):
  12. bit   0  Set in interlaced modes
  13.       1  Set in 256c enhanced modes.
  14.       2  In planar modes enables access (both display and read/write) to the
  15.          second bank at $B000 (upper 256K).
  16.       4  Set if 512K, clear if 256K
  17.       6  Clock Select bit 2. Bits 0-1 are in 3CCh bits 2-3.
  18.          Clocks:  0: 25,175, 1: 28.322, 3: 37.2?, 4: 40, 5: 44.9, 7: 65MHz
  19.       7  Clock Select ?
  20.  
  21. 3C4h index E8h (R/W):
  22.  
  23. 3C4h index EDh (R/W):
  24. bit   0  Display Start Address bit 16.
  25.  
  26. 3C4h index EEh (R/W):
  27. bit 4-6  64k bank number
  28.  
  29. 3C4h index EFh (R/W):
  30. bit   5  Sync ??
  31.  
  32. The Hualon chip appears to use 3C4h index E0h-EFh.
  33.  
  34.  
  35. ID Hualon chip set:
  36.  
  37. if testrg($3C4,$E7) and testrg($3C4,$EE) then
  38. begin
  39.   Hualon HM86304
  40. end;
  41.  
  42. Video Modes:
  43. 20h  T   132   25   16  (8x16)
  44. 21h  T   132   44   16  (8x8)
  45. 22h  T   132   25   16  (8x14)
  46. 28h  G   800  600   16  PL4
  47. 29h  G  1024  768   16  PL4   . Interlaced
  48. 2Ah  G  1024  768   16  PL4   . Non-interlaced
  49. 2Bh  G   640  200  256  P
  50. 2Ch  G   640  400  256  P8
  51. 2Dh  G   640  480  256  P8
  52. 2Eh  G   800  600  256  P8    . (832 bytes per scanline)
  53. 31h  G  1024  768    4  PL2     Interlaced
  54. 32h  G  1024  768    4  PL2   . Non-interlaced
  55.