Re: A83: A msprite routine


[Prev][Next][Index][Thread]

Re: A83: A msprite routine




In a message dated 99-05-21 18:42:17 EDT, you write:

> Hi people ....
>  This is a routine for the 82 for drawing sprites
>  What should I change so it works for the 83
>  
>  The sprite data is in ix and the first 4 bites are the size
>  
>  Is there another sprite routine for the 83 that is faster than this one 
... 
>  for LARGE sprites...
>  
>  thanks
>  

All of that should work except you must change "GRAPH_MEM" to 
"PLOTSSCREEN"... you may want to ask the author the number of t-states of the 
routine, or count them yourself, but I thnk that the largesprite routine in 
ZGFXL is good enough, if not faster... cya. =)

Jason_K