Re: [hatari-devel] Falcon upper and lower borders added

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Hi,

I like this one, but memset only fills with bytes, but I need Uint32 colors in 8 BBPs.

Is there something similar to memset that would allow to set longs instead of bytes ?

regards

Laurent


Le 22/02/2012 20:36, Eero Tamminen a écrit :
	memset(hvram_line,
		HostScreen_getPaletteColor(0),
		videl.upperBorderSize * srcpitch * sizeof(*hvram_line));
	hvram_line += videl.upperBorderSize * srcpitch;




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/