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

  1. Path: wabbit.cc.uow.edu.au!not-for-mail
  2. From: beato@wumpus.cc.uow.edu.au (Michael Beaton)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: QBlit() waits for blitter to finish... ??
  5. Date: 28 Jan 1996 11:10:49 +1100
  6. Organization: University of Wollongong, NSW, Australia.
  7. Message-ID: <4eeeu9$inm@wumpus.cc.uow.edu.au>
  8. References: <4c1v3q$hhs@wumpus.cc.uow.edu.au> <1046.6575T1156T2713@ifi.uio.no><38231832@kone.fipnet.fi>     <525.6596T951T2024@ifi.uio.no> <755.6597T286T1993@login.eunet.no> <1045.6597T1237T861@ifi.uio.no>
  9. NNTP-Posting-Host: wumpus.cc.uow.edu.au
  10. X-Newsreader: NN version 6.5.0 #5
  11.  
  12. ludvigp@ifi.uio.no (Ludvig Pedersen) writes:
  13.  
  14. >>>For some unexpected reason, QBlit wont return untill all the blits are
  15. >>>finished.
  16. >>Chip-RAM accsess. Maby with VBR and Exec-Library in fast will do?
  17. >>Have you tested it after we installed FastExec?
  18.  
  19. >I tried our routine again, but *nope*, QBlit didnt work any better after
  20. >installing FastExec.
  21.  
  22. >Hard to say if that is the cause, but maybe...
  23.  
  24. >BTW:
  25.  
  26. >I tried
  27.  
  28. >move.w  #1<<10,$dff096           ;))
  29.  
  30. >But it didnt work because the system is restoring DMA control register.
  31.  
  32.  
  33. ><sb>Ludde - Amiga Demo Coder
  34. ><sb>Virtual Reality & Official Be developer
  35. ><sb>ludvigp@ifi.uio.no
  36.  
  37. Hi,
  38.     I was the original poster of the QBlit() problem, it seems that 2.04 
  39. was the problem. I have since upgraded to 3.1 and QBlit() works fine. I also
  40. found that I had to turn off stack checking for the cleanup routine, otherwise
  41. it would lock up. 
  42.  
  43.     Michael
  44.