fceu options + support code
[fceu.git] / drivers / gp2x / asmutils.h
index 0ad81b1..7fce5ee 100644 (file)
@@ -2,6 +2,7 @@ void flushcache(unsigned int beginning_addr, unsigned int end_addr, unsigned int
 void block_or(void *src, size_t n, int pat);\r
 void block_and(void *src, size_t n, int pat);\r
 void block_andor(void *src, size_t n, int andpat, int orpat);\r
+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 offs, int lines);\r
+void soft_scale(void *dst, unsigned short *pal, int line_offs, int lines);\r
 \r