Re: A85: FLine
[Prev][Next][Index][Thread]
Re: A85: FLine
At 22:53 1998-05-17 EDT, you wrote:
>
>Would someone please post the source to fline again? I need to modify it
>for a program so that it draws the line in the graph memory rather than
>the video memory.
If you're using FLine in Usgard, that is no problem. Just set DEST_ADDR
to the graph mem:
ld hl,GRAPH_MEM
ld (DEST_ADDR),hl
and Fline will draw to the graph mem instead.
--
Real name: Jimmy Mårdell "can't go mucking with a 'void *'"
IRC......: Yarin // Apple's MPW C compiler
Email....: mailto:yarin@acc.umu.se
Homepage.: http://www.algonet.se/~mja/
Follow-Ups:
References:
- A85: FLine
- From: justin-b@juno.com (Justin M Bosch)