X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=picodrive.git;a=blobdiff_plain;f=pico%2Fpico_int.h;h=e3bf03a8e9ca5be29831612434a8f13a5363a1e0;hp=d4fc83579353474484998a5f958ce50f2719d1a1;hb=fdcfd323747dceacb1ec2e86919d437896635bb7;hpb=ba11a48115de2d25531ddd5fec841ebee42166bd diff --git a/pico/pico_int.h b/pico/pico_int.h index d4fc835..e3bf03a 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -825,9 +825,7 @@ unsigned char PicoVideoRead8HV_L(void); extern int (*PicoDmaHook)(unsigned int source, int len, unsigned short **base, unsigned int *mask); // misc.c -PICO_INTERNAL_ASM void memcpy16(unsigned short *dest, unsigned short *src, int count); PICO_INTERNAL_ASM void memcpy16bswap(unsigned short *dest, void *src, int count); -PICO_INTERNAL_ASM void memcpy32(void *dest, const void *src, int count); // 32bit word count PICO_INTERNAL_ASM void memset32(void *dest, int c, int count); // eeprom.c