Scrolls & line color screen

Scrolls & line color screen

Does anybody know what a "line color screen", used in the following sgl functions is ?

void slLineColTable(void *adr)

(Sets the line color table address in the register)

void slLine1ColSet(void *adr, Uint16 col)

(Sets a single color for the line color screen.)

void slLineColDisp(Uint16 flag)

(Sets the screen affected by line color when it is on top)

Thanks
 
Scrolls & line color screen

See chapters 7 (Line Screen) and 11 (Priority Function) of the VDP2 manual.
 
Back
Top