blitter16bit

Three 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 Result is copied into memory location specified by dest1.

Meta