Blitz (131/144)

From:David McMinn
Date:29 May 2001 at 12:09:11
Subject:Re: 060 users

Hi amorel

> C= 1. Instant crash if I click on the filter gadget.
>
> Strange, but it might be easy to explain. I changed the filter command to a
> move, as I read somewhere that`d be somewhat better. I could change it back.

I don't know where you read that, but it definately ain't better :)
Especially since you're trying to move a word to an odd address (that
itself should be OK, except it would crash 68000 machines).

You can't go changing all the bits at that address, you'll alter other
things too. What have you changed it to (you said you'd fixed it in the
reply to John)? Best to use this:

If gatstat=1
AND.b #253,$bfe001
GTToggle 1,13,On
EndIf
If gatstat=0
OR.b #2,$bfe001
GTToggle 1,13,Off
EndIf



|) /\ \/ ][ |) |\/| c |\/| ][ |\| |\| | dave@blitz-2000.co.uk
http://members.nbci.com/david_mcminn | ICQ=16827694
Consciousness: That annoying time between naps.

---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list/-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list/-help@netsoc.ucd.ie