A85: Contrast + More
[Prev][Next][Index][Thread]
A85: Contrast + More
How do you increase/decrease the contrast of the screen (Usgard)?
I tried:
ld a,CONTRAST
inc a
inc a
inc a
ld (CONTRAST),a
It didn't work. What works?
Also, after my program (Usgard) runs and I go to the graph screen after
exiting Usgard, the stuff that was on the screen is still there. How do I fix
that?
(I am saving to the GRAPH_MEM, and loading it into the VIDEO_MEM.
I tried:
call CLEARLCD
ld hl,$8641
ld (hl),$0
ld bc,1024-1
call OTH_FILL
ret
Thanxx for the help (hopefully) :)
Follow-Ups: