X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fgp2x%2Fasmutils.h;fp=drivers%2Fgp2x%2Fasmutils.h;h=91dc24c5d7dae0e6c8eb48fa31cf28bf5023bc39;hb=6587f34612d28a36fede21bd6293c4e0e383b343;hp=94c89ea92595ebbfd83165de6410ecde1d980c0e;hpb=63bd5be0436de94860a00c34048fa4c6c131ece3;p=fceu.git diff --git a/drivers/gp2x/asmutils.h b/drivers/gp2x/asmutils.h index 94c89ea..91dc24c 100644 --- a/drivers/gp2x/asmutils.h +++ b/drivers/gp2x/asmutils.h @@ -1,2 +1,4 @@ void flushcache(unsigned int beginning_addr, unsigned int end_addr, unsigned int flags); +void block_or(void *src, size_t n, int pat); +void block_andor(void *src, size_t n, int andpat, int orpat);