home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / amiga / hardware / 21840 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.2 KB

  1. Path: sparky!uunet!cbmvax!spence
  2. From: spence@cbmvax.commodore.com (Spencer Shanson)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: AA refresh rates
  5. Message-ID: <38068@cbmvax.commodore.com>
  6. Date: 19 Dec 92 04:51:40 GMT
  7. Organization: Commodore, West Chester, PA
  8. Lines: 24
  9.  
  10. In fact, it's bigger! There is the overscan to consider, and the 24
  11. colourclocks reserved at the start of each line for audio, disk, refresh and
  12. sprite DMA which the display cannot use.
  13. total_rows is the total number of lines in each field. Your calculation doesn't
  14. include overscan and vertical blanking time.
  15. 280 is the number of nanoseconds in a colourclock.
  16.  
  17. So, looking at the Super72 (800x600) entry in the graphics database,
  18. total_colourclocks = 145
  19. total_rows = 342
  20. vertical_refresh = (1e9 / (145 * 342 * 280)) = 72Hz
  21.  
  22.  
  23. >
  24. >Martin
  25.  
  26.  
  27. -- 
  28. ---------------------------------------------------------------------------
  29. Spencer Shanson - Amiga Software Engineer     | email: spence@commodore.COM
  30.                                               | or uunet!cbmvax!spence
  31. All opinions expressed are my own, and do not | Bix: sshanson
  32. (necessarily) represent those of Commodore.   | Weebles Wobble, but
  33.                                               | they don't fall down.
  34.