Commit | Line | Data |
---|---|---|
cc68a136 | 1 | \r |
19954be1 | 2 | void bgr444_to_rgb32(void *to, void *from);\r |
3 | void bgr444_to_rgb32_sh(void *to, void *from);\r | |
4 | \r | |
cc41eb4f | 5 | void vidcpy_m2(void *dest, void *src, int m32col, int with_32c_border);\r |
6 | void vidcpy_m2_rot(void *dest, void *src, int m32col, int with_32c_border);\r | |
cc68a136 | 7 | void spend_cycles(int c); // utility\r |
4f265db7 | 8 | \r |
cc41eb4f | 9 | void rotated_blit8 (void *dst, void *linesx4, int y, int is_32col);\r |
10 | void rotated_blit16(void *dst, void *linesx4, int y, int is_32col);\r |