cc68a136 |
1 | \r |
ace18401 |
2 | void bgr444_to_rgb32(void *to, void *from, unsigned entries);\r |
19954be1 |
3 | void bgr444_to_rgb32_sh(void *to, void *from);\r |
4 | \r |
96948bdf |
5 | void vidcpy_8bit(void *dest, void *src, int x_y, int w_h);\r |
6 | void vidcpy_8bit_rot(void *dest, void *src, int x_y, int w_h);\r |
7 | \r |
cc68a136 |
8 | void spend_cycles(int c); // utility\r |
4f265db7 |
9 | \r |
cc41eb4f |
10 | void rotated_blit8 (void *dst, void *linesx4, int y, int is_32col);\r |
11 | void rotated_blit16(void *dst, void *linesx4, int y, int is_32col);\r |