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

  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: 5 Mar 1996 13:27:57 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4hhfgt$4h1@sunsystem5.informatik.tu-muenchen.de>
  9. References: <4gb6om$104@sunsystem5.informatik.tu-muenchen.de> <4gl0m0$r6s@oreig.uji.es> <4h4dcv$lcs@sunsystem5.informatik.tu-muenchen.de> <4hetpa$rbf@oreig.uji.es>
  10. NNTP-Posting-Host: hphalle6g.informatik.tu-muenchen.de
  11. Originator: fischerj@hphalle6g.informatik.tu-muenchen.de
  12.  
  13.  
  14. In article <4hetpa$rbf@oreig.uji.es>, ii202@rossegat.uji.es (Jorge Acereda Macia) writes:
  15. |> Organization: Universitat Jaume I. Castell≤ de la Plana. Spain
  16. |> Lines: 31
  17. |> Distribution: world
  18. |> Message-ID: <4hetpa$rbf@oreig.uji.es>
  19. |> References: <4gb6om$104@sunsystem5.informatik.tu-muenchen.de> <4gl0m0$r6s@oreig.uji.es> <4h4dcv$lcs@sunsystem5.informatik.tu-muenchen.de>
  20. |> NNTP-Posting-Host: @rossegat.uji.es
  21. |> X-Newsreader: TIN [version 1.2 PL2]
  22. |> 
  23. |> Juergen "Rally" Fischer (fischerj@informatik.tu-muenchen.de) wrote:
  24. |> 
  25. |> > |> >    move.l bltnode,a0
  26. |> > |> 
  27. |> > |> 
  28. |> > |> >    clr.l (a0)+ : move.l #function,(a0)+
  29. |> > |>      ^^^^^^^^^^^   ^^^^^^^^^^^^^^^^^^^^^^
  30. |> > |> I never do this. I don't touch the bltnode.next field and I change the
  31. |> > |> pointer to the function in the bltnode.function code.
  32. |> > |> 
  33. |> 
  34. |> > sorry, have I maybe missed something like "initbltnode()" ???
  35. |> > I mean, who is to init the node if not you ?
  36. |> 
  37. |> You should init it ONCE at startup. Something like:
  38.  
  39. yep, ONCE bevore each Qblit call ;) which startup ? ;)
  40. This wasn't the bug BTW, it was busywaiting.
  41.  
  42. |> 
  43. |> mybltnode:    dc.l  0
  44. |>               dc.l  firstfunction...
  45. |> 
  46. |> Do not change it every frame.
  47. |> 
  48. |> As for the sample code using signals... Check Peter McGavin's c2p8.s
  49. |> 
  50. |> Greets,
  51. |> --
  52. |>  ---------------------------- --------------------------------------------
  53. |> |       Jorge Acereda        |      Dream the same thing everynight       |
  54. |> |   ii202@rossegat.uji.es    |       I see our freedom in my sight        |
  55. |> |       Intel Outside        |     No locked doors, no windows barred     |
  56. |> |        Amiga Rules         |   No things to make my brain seem scarred  |
  57. |>  ---------------------------- --------------------------------------------
  58.