home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.atari.st.tech
- Path: sparky!uunet!pipex!bnr.co.uk!bnrgate!corpgate!crchh327!bnr.ca!grier
- From: grier@bnr.ca (Brian Grier)
- Subject: Re: Falcon Bus
- Message-ID: <1992Nov07.224302.24912@bnr.ca>
- Sender: news@bnr.ca (News on crchh327)
- Nntp-Posting-Host: 131.253.206.80
- Organization: Bell Northern Research
- Date: Sat, 07 Nov 1992 22:43:02 GMT
- Lines: 20
-
- A small error in my previous post.
-
- (X*Y)/16
-
- should read
-
- (((Y-1) * horizontail res) + (X-1))/16
-
- and
-
- (X*Y) modulus 16
-
- should read
-
- (((Y-1) * horizontail res) + (X-1)) modulus 16
-
- Brian, WS1S
- Bell Northern Research
- Research Triangle Park, NC
- bjgrier@bnr.ca
-