home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3691 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Qblit intereference again
  5. Date: 23 Feb 1996 00:28:06 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4gj1mm$f9c@sunsystem5.informatik.tu-muenchen.de>
  9. References: <4gb6om$104@sunsystem5.informatik.tu-muenchen.de> <1996Feb21.160526.22109@imada.ou.dk>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Bjorn Reese (breese@imada.ou.dk) wrote:
  14. : Juergen "Rally" Fischer (fischerj@Informatik.TU-Muenchen.DE) wrote:
  15.  
  16. : I know this won;t help solving your problem but here are a few comments.
  17.  
  18. : >    move.w #$2020,(a0)+ ;DUMMY SIZE. HOW TO DO LARGE BLIT IN A .W ? HUH HUH 
  19.  
  20. : A leftover from the old days of the OCS blitter. You just put your
  21. : longword value (if you use the new bltsize) somewhere else and use
  22. : that instead (and I can see later on that you've already figured
  23. : that ;)
  24.  
  25. well, I don't know why the size is to be put into that word.
  26. maybe for os to order queue. but then, a wrong value won't
  27. cause a lock.
  28.  
  29. So, argh, what's wrong ? are no large blits allowed using qblit()?
  30. shock.
  31.  
  32. : > * DO I MISS CLEARING THE BLITTER INTREQ BIT HERE ?
  33.  
  34. : No, it's being taken care of by the OS.
  35.  
  36. : >    move.w d0,0(a0,d1.w)
  37. : > *               ^------- ??? $DFF000 BY OS ???
  38.  
  39. : Yes, the bn_function is called with the base of the custom chip in a0.
  40.  
  41. : --
  42. : Bjorn Reese                      Email: breese@imada.ou.dk
  43. : Odense University, Denmark       URL:   http://www.imada.ou.dk/~breese
  44.  
  45. : "It's getting late in the game to show any pride or shame" - Marillion
  46.