updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / gcc4ti / sprites.h
bloba7916994fa8ee941834a2f7037a8ac7689898dd1
1 #ifndef __SPRITES
2 #define __SPRITES
4 #include <default.h>
6 /* Begin Auto-Generated Part */
7 enum SprtModes{SPRT_XOR,SPRT_OR,SPRT_AND,SPRT_RPLC};
8 extern void Sprite8(short asm("d0"),short asm("d1"),short asm("d2"),const unsigned char* asm("a0"),void* asm("a1"),short asm("d3"))__ATTR_LIB_ASM__;
9 extern void Sprite16(short asm("d0"),short asm("d1"),short asm("d2"),__cpushort asm("a0"),void* asm("a1"),short asm("d3"))__ATTR_LIB_ASM__;
10 extern void Sprite32(short asm("d0"),short asm("d1"),short asm("d2"),__cpulong asm("a0"),void* asm("a1"),short asm("d3"))__ATTR_LIB_ASM__;
11 /* End Auto-Generated Part */
13 #endif