home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / atari / st / tech / 5530 < prev    next >
Encoding:
Text File  |  1992-11-08  |  636 b   |  32 lines

  1. Newsgroups: comp.sys.atari.st.tech
  2. Path: sparky!uunet!pipex!bnr.co.uk!bnrgate!corpgate!crchh327!bnr.ca!grier
  3. From: grier@bnr.ca (Brian Grier)
  4. Subject: Re: Falcon Bus
  5. Message-ID: <1992Nov07.224302.24912@bnr.ca>
  6. Sender: news@bnr.ca (News on crchh327)
  7. Nntp-Posting-Host: 131.253.206.80
  8. Organization: Bell Northern Research
  9. Date: Sat, 07 Nov 1992 22:43:02 GMT
  10. Lines: 20
  11.  
  12. A small error in my previous post.
  13.  
  14.   (X*Y)/16
  15.  
  16. should read
  17.  
  18.   (((Y-1) * horizontail res) + (X-1))/16
  19.  
  20. and
  21.  
  22.   (X*Y) modulus 16
  23.  
  24. should read
  25.  
  26.    (((Y-1) * horizontail res) + (X-1)) modulus 16
  27.  
  28. Brian, WS1S
  29. Bell Northern Research
  30. Research Triangle Park, NC
  31. bjgrier@bnr.ca
  32.