Attempt two to fix PSP
[picodrive.git] / pico / misc.c
index 539416d..ba24f95 100644 (file)
@@ -1,10 +1,10 @@
-// This is part of Pico Library\r
-\r
-// (c) Copyright 2006 notaz, All rights reserved.\r
-// Free for non-commercial use.\r
-\r
-// For commercial use, separate licencing terms must be obtained.\r
-\r
+/*\r
+ * rarely used EEPROM code\r
+ * (C) notaz, 2006-2008\r
+ *\r
+ * This work is licensed under the terms of MAME license.\r
+ * See COPYING file in the top-level directory.\r
+ */\r
 \r
 #include "pico_int.h"\r
 \r
@@ -99,7 +99,7 @@ typedef struct
        int b7;\r
 } intblock;\r
 \r
-PICO_INTERNAL_ASM void memcpy16(unsigned short *dest, unsigned short *src, int count)\r
+PICO_INTERNAL_ASM void pmemcpy16(unsigned short *dest, unsigned short *src, int count)\r
 {\r
        if ((((long)dest | (long)src) & 3) == 0)\r
        {\r