X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fmisc_arm.s;h=15662a7bb80be652e6d98ab90fda005a0d907bd4;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=1ef2e58fca414bc726319ff7b91a636a8f82e8fc;hpb=fb7a7fea8735400818773dd47f1e6913bd1ceecf;p=picodrive.git diff --git a/pico/misc_arm.s b/pico/misc_arm.s index 1ef2e58..15662a7 100644 --- a/pico/misc_arm.s +++ b/pico/misc_arm.s @@ -1,8 +1,10 @@ -@ vim:filetype=armasm - -@ Generic memory routines. -@ (c) Copyright 2007, Grazvydas "notaz" Ignotas - +/* + * Generic memory routines. + * (C) notaz, 2007-2008 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ .global memcpy16 @ unsigned short *dest, unsigned short *src, int count @@ -177,5 +179,4 @@ mst32_fin: ldmfd sp!, {lr} bx lr - - +@ vim:filetype=armasm