Re: A89: storing background
[Prev][Next][Index][Thread]
Re: A89: storing background
In a message dated 1/5/00 4:17:36 PM Pacific Standard Time,
littlbit@txcyber.com writes:
<< put_pic
move.w #0,d0
move.w #0,d1
move.l #buffer1,a1
lea pic(PC),a0
jsr graphlib::put_sprite
bsr buf1_buf2 >>
i think i see the problem, but i'm not sure. it seems to me that you "move.l
$buffer1,a1" because you think put_sprite will draw to the buffer instead of
to the screen, although i can be mistaken in your intentions. however, upon
checking graphlib.h, i see no mention of a1 being used as a pointer. i hope
i am right, but i would not take my word for it.
Follow-Ups: