X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fmisc.c;h=ba24f95f8822976bfcdece3f103d6ac44ec814d6;hb=653f0b1399313ecef86d99a2552f40fb9e51b820;hp=539416d62aaf5e1d45d7d524013a9a45f6b327f0;hpb=b8a1c09ad1ef0b807c2eb1632d34e6bfae14b633;p=picodrive.git diff --git a/pico/misc.c b/pico/misc.c index 539416d..ba24f95 100644 --- a/pico/misc.c +++ b/pico/misc.c @@ -1,10 +1,10 @@ -// This is part of Pico Library - -// (c) Copyright 2006 notaz, All rights reserved. -// Free for non-commercial use. - -// For commercial use, separate licencing terms must be obtained. - +/* + * rarely used EEPROM code + * (C) notaz, 2006-2008 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ #include "pico_int.h" @@ -99,7 +99,7 @@ typedef struct int b7; } intblock; -PICO_INTERNAL_ASM void memcpy16(unsigned short *dest, unsigned short *src, int count) +PICO_INTERNAL_ASM void pmemcpy16(unsigned short *dest, unsigned short *src, int count) { if ((((long)dest | (long)src) & 3) == 0) {