Re: A86: _ILine


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

Re: A86: _ILine




In a message dated 6/2/99 10:59:43 PM !!!First Boot!!!, ComAsYuAre@aol.com 
writes:

> 
>  does anybody know how to get _ILine to display _only_ to video mem, and 
not 
>  to the graph screen.  also, how to get the calc to not display pieces of 
the 
> 
>  graph screen when you call _ILine would be nice.
>  
>  

do a  <res plotloc,(iy+plotflags) > or set it im not sure and to stop it from 
displaying the graph screen just clear it by doing

ld hl, _plotSScreen
ld (hl),0
ld de,_plotSScreen+1
ld bc,1023
ldir	

thats what i did to fix it
	matt c