Blitz (77/81)

From:Thorsten Will
Date:26 Mar 2001 at 22:58:01
Subject:A4000 - SetInt Prob?

Message to..: "blitz-list@netsoc.ucd.ie"
Message from: "twill@gmx.de"
Subject.....: "A4000 - SetInt Prob?

I use in my programm "SetInt" and "End SetInt", as someone of you
may know, there is a litte Interupt Bug on A4000! That's why
some demos and games don't work on A4000 but on any A1200 ;( !

I think the BlitzCommand "SetInt" have this bug inside and so i
think to you the OS-Commands like "SetIntVector" and
"RemIntServer_" for my code...

My Old Code:

How to do it by using OS-Commands?

In asm i know, how to fix this litte problem. But i don't really know
how to use it in Blitz...

.noVBI move.w #$20,$9c(a6) ; for A4040/A4060

On A4000 you must call it two times... and don't forget the
nops... This will fix the small A4000 bug... ;)

If you have any idea, how to rewrite my old code working by using
the OS-Commands... thanks...

Many thanks to all...

Thorsten

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