blitter16bit

Two plus one operand blitter for 8 bit values. Automatic mask-generation is used from the source's color index with the following formula: mask = src == 0x0000 ? 0xFFFF : 0x0000

Meta