22 #ifndef BACKENDS_GRAPHICS_ATARI_ASM_H 23 #define BACKENDS_GRAPHICS_ATARI_ASM_H 25 #include "common/scummsys.h" 44 void asm_draw_4bpl_sprite(uint16 *dstBuffer,
const uint16 *srcBuffer,
const uint16 *srcMask,
45 uint destX, uint destY, uint dstPitch, uint srcPitch, uint w, uint h,
46 bool skipFirstPix16,
bool skipLastPix16);
62 void asm_draw_8bpl_sprite(uint16 *dstBuffer,
const uint16 *srcBuffer,
const uint16 *srcMask,
63 uint destX, uint destY, uint dstPitch, uint srcPitch, uint w, uint h,
64 bool skipFirstPix16,
bool skipLastPix16);