home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4902 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.5 KB  |  47 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: cs.vu.nl!irmen
  3. From: irmen@cs.vu.nl (Irmen de Jong)
  4. Subject: Re: Searching for BLTCON0 value..
  5. Nntp-Posting-Host: flits.cs.vu.nl
  6. References: <4hjopo$blp@news.uni-c.dk>
  7. Sender: news@cs.vu.nl
  8. Organization: Dept. of Computer Science, Vrije Universiteit Amsterdam
  9. Date: Wed, 6 Mar 1996 13:24:21 GMT
  10. X-Newsreader: TIN [version 1.2 PL2]
  11. Message-ID: <DnuL8M.Hpr.0.-s@cs.vu.nl>
  12.  
  13. On 6 Mar 1996 10:18:32 GMT Michael Juhl (skytech@inet.uni-c.dk) (Michael Juhl) wrote:
  14.  
  15. :  A friend of mine and I are currently making a game is assembler
  16. : and we are ofcourse using the blitter, but we have this problem.
  17.  
  18. : We know a couple of BLPCON0 values like $09f0, $0dca ect.
  19. : but we are searching for a value which can do this:
  20.  
  21. : (We want to mix two bitplanes. A bitplane of a plane unto the
  22. : background)
  23.  
  24.  
  25. : Bit values:
  26.  
  27. : PLANE    BACKGROUND        RESULT
  28. :   0          0                    0
  29. :   0          1                    1
  30. :   1          0                    0
  31. :   1          1                    0
  32.  
  33.  
  34. : Does such a value exists, if so please E-Mail me at
  35.  
  36. : skytech@inet.uni-c.dk
  37.  
  38. Check out the bit definitions in bplcon0. The blitter is able to do
  39. ALL logical combinations of 3 input planes. (AFAIK)
  40. (long time since I hit the hardware)
  41.  
  42. Thus: yes, such a value exists. Can't currently look it up though. 
  43.  
  44. --
  45. / Irmen de Jong (email: irmen@cs.vu.nl WWW: http://www.cs.vu.nl/~irmen/)  \
  46. \                 ``Nothing lasts forever'' -- Species                    /
  47.