Re: A85: Re: fairly simple question


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

Re: A85: Re: fairly simple question




> ld hl,GRAPH_MEM
>  ld (hl),0     ;<----  use whatever bit pattern you want in here
>  ld de,GRAPH_MEM+1
>  ld bc,1023
>  ldir

If worse comes to worse you could always just do this:

ROM_CALL(CLEARLCD)
ld hl,GRAPH_MEM
ld de,VIDEO_MEM
ld bc,1024
ldir

But then you losse the video_mem :( 

-------
NAME : Mikel Blanchard, President of Macross Software
WEB   : http://MacrossSoftware.home.ml.org/
EMAIL : cashonly@aol.com
ICQ     : 3033904 (CashOnly)

PS: That one I sent you didn't work?