perfect vsync, bugfixes
[fceu.git] / drivers / gp2x / asmutils.h
index aa1c87f..090684e 100644 (file)
@@ -5,4 +5,5 @@ void block_andor(void *src, size_t n, int andpat, int orpat);
 void memset32(int *dest, int c, int count);\r
 void spend_cycles(int c); // utility\r
 void soft_scale(void *dst, unsigned short *pal, int line_offs, int lines);\r
+void convert2RGB555(unsigned short *dst, unsigned char *src, unsigned short *pal, int count);\r
 \r