22 #ifndef BACKENDS_GRAPHICS_ATARI_C2P_ASM_H 23 #define BACKENDS_GRAPHICS_ATARI_C2P_ASM_H 25 #include "common/scummsys.h" 37 void asm_c2p1x1_8(
const byte *pChunky,
const byte *pChunkyEnd, byte *pScreen);
48 void asm_c2p1x1_8_tt(
const byte *pChunky,
const byte *pChunkyEnd, byte *pScreen, uint32 screenPitch);
61 void asm_c2p1x1_8_rect(
const byte *pChunky,
const byte *pChunkyEnd, uint32 chunkyWidth, uint32 chunkyPitch, byte *pScreen, uint32 screenPitch);
71 void asm_c2p1x1_4(
const byte *pChunky,
const byte *pChunkyEnd, byte *pScreen);
84 void asm_c2p1x1_4_rect(
const byte *pChunky,
const byte *pChunkyEnd, uint32 chunkyWidth, uint32 chunkyPitch, byte *pScreen, uint32 screenPitch);