home *** CD-ROM | disk | FTP | other *** search
- Path: informatik.tu-muenchen.de!fischerj
- From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Qblit intereference again
- Date: 5 Mar 1996 13:27:57 GMT
- Organization: Technische Universitaet Muenchen, Germany
- Distribution: world
- Message-ID: <4hhfgt$4h1@sunsystem5.informatik.tu-muenchen.de>
- 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>
- NNTP-Posting-Host: hphalle6g.informatik.tu-muenchen.de
- Originator: fischerj@hphalle6g.informatik.tu-muenchen.de
-
-
- In article <4hetpa$rbf@oreig.uji.es>, ii202@rossegat.uji.es (Jorge Acereda Macia) writes:
- |> Organization: Universitat Jaume I. Castell≤ de la Plana. Spain
- |> Lines: 31
- |> Distribution: world
- |> Message-ID: <4hetpa$rbf@oreig.uji.es>
- |> References: <4gb6om$104@sunsystem5.informatik.tu-muenchen.de> <4gl0m0$r6s@oreig.uji.es> <4h4dcv$lcs@sunsystem5.informatik.tu-muenchen.de>
- |> NNTP-Posting-Host: @rossegat.uji.es
- |> X-Newsreader: TIN [version 1.2 PL2]
- |>
- |> Juergen "Rally" Fischer (fischerj@informatik.tu-muenchen.de) wrote:
- |>
- |> > |> > move.l bltnode,a0
- |> > |>
- |> > |>
- |> > |> > clr.l (a0)+ : move.l #function,(a0)+
- |> > |> ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^
- |> > |> I never do this. I don't touch the bltnode.next field and I change the
- |> > |> pointer to the function in the bltnode.function code.
- |> > |>
- |>
- |> > sorry, have I maybe missed something like "initbltnode()" ???
- |> > I mean, who is to init the node if not you ?
- |>
- |> You should init it ONCE at startup. Something like:
-
- yep, ONCE bevore each Qblit call ;) which startup ? ;)
- This wasn't the bug BTW, it was busywaiting.
-
- |>
- |> mybltnode: dc.l 0
- |> dc.l firstfunction...
- |>
- |> Do not change it every frame.
- |>
- |> As for the sample code using signals... Check Peter McGavin's c2p8.s
- |>
- |> Greets,
- |> --
- |> ---------------------------- --------------------------------------------
- |> | Jorge Acereda | Dream the same thing everynight |
- |> | ii202@rossegat.uji.es | I see our freedom in my sight |
- |> | Intel Outside | No locked doors, no windows barred |
- |> | Amiga Rules | No things to make my brain seem scarred |
- |> ---------------------------- --------------------------------------------
-