Re: A86: Bug in 8 by X PutSprite routines


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

Re: A86: Bug in 8 by X PutSprite routines




probably. include more code. maybe you downloaded it wrong.

David Phillips wrote:
> 
> I think I found a bug in Matt's 8 x X putsprite routine.  I was wondering
> why all may sprites were drawn in a diagonal line until I found this:
> 
>  push bc
>  ld d, c
>  ld e, d                ;  <=============== SHOULDN'T THIS BE B?
>  call FindPixel     ; Finds pixel at E, D
>  pop bc
> 
> Am I the only one to try and use this routine (besides Matt)?
> 
> // David Phillips
> // mailto:electrum@tfs.net
> // AIM: electrum32

-- 

=====================================
=                                   =
=   Kirk Meyer (mailto:_@ibm.net)   =
= http://www.bigfoot.com/~kirkmeyer =
=                                   =
=   "Set your affection on things   =
=    above, not on things on the    =
=      earth."  Colossians 3:2      =
=                                   =
=====================================


References: