home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / atari / st / 16659 < prev    next >
Encoding:
Text File  |  1992-11-16  |  2.0 KB  |  43 lines

  1. Newsgroups: comp.sys.atari.st
  2. Path: sparky!uunet!pipex!warwick!dcs.warwick.ac.uk!leo
  3. From: leo@dcs.warwick.ac.uk (Leo Hendry)
  4. Subject: Re: The FALCON - too slow ??
  5. Message-ID: <1992Nov16.115143.24395@dcs.warwick.ac.uk>
  6. Sender: news@dcs.warwick.ac.uk (Network News)
  7. Nntp-Posting-Host: stone
  8. Organization: Department of Computer Science, Warwick University, England
  9. References: <1992Nov11.040149.6428@rmece49.upr.clu.edu> <1992Nov12.120947.7843@dcs.warwick.ac.uk> <annius.721647206@freyr>
  10. Date: Mon, 16 Nov 1992 11:51:43 GMT
  11. Lines: 30
  12.  
  13. In article <annius.721647206@freyr> A.V.Groenink@research.ptt.nl writes:
  14. >leo@dcs.warwick.ac.uk (Leo Hendry) writes:
  15. >
  16. >>It is slow because Atari STILL haven't made use of STe's hardware scrolling
  17. >>(which I assume is available on the Falcon) in TOS.  Apart from the slowdown
  18. >
  19. >I suspect you don't even know what the 'hardware scrolling' facilities of the
  20. >STE actually are (and the same for the other post in this thread mentioning the
  21. >fact that `nobody uses the STE hardware scrolling'.).
  22.  
  23. I know that the screen start address to be varied by a word at a time allowing
  24. vertical scrolling by adding/subtracting the number of bytes in line times the
  25. number of lines you wish to scroll by.
  26.   I don't know whether you can specify a vertical offset (where the screen
  27. starts scanning at the screen address+offset and after reaching screen
  28. address+size of screen continues at screen address), but probably not since
  29. this can easily be done in software using the timer B counter.
  30.   In the case of horizontal scrolling you can specify both a horizontal offset
  31. and a number of bytes to skip between scan lines to give a virtual screen
  32. wider than the one displayed.
  33.   Of course, these features only apply to the whole screen - to scroll in a
  34. window you must use the blitter, which should be fast enough, however many
  35. programs just redraw the whole window when it is scrolled (Which can be faster
  36. if no blitter is fitted).
  37.  
  38. - Leo
  39.  
  40. >
  41. >--
  42. >Annius Groenink  --  Universiteit Utrecht  --  PTT Research Leidschendam
  43.