X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fdraw2_arm.s;h=4427bee66b973f41b66ed8c1b6d2e02b6eb44c9e;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=f00108953e6124a9aecfc0d9fa938075e2b3a08e;hpb=fb7a7fea8735400818773dd47f1e6913bd1ceecf;p=picodrive.git diff --git a/pico/draw2_arm.s b/pico/draw2_arm.s index f001089..4427bee 100644 --- a/pico/draw2_arm.s +++ b/pico/draw2_arm.s @@ -1,11 +1,12 @@ -@ vim:filetype=armasm - -@ assembly optimized versions of most funtions from draw2.c -@ this is highly specialized, be careful if changing related C code! - -@ (c) Copyright 2007, Grazvydas "notaz" Ignotas -@ All Rights Reserved - +/* + * assembly optimized versions of most funtions from draw2.c + * (C) notaz, 2006-2008 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + * + * this is highly specialized, be careful if changing related C code! + */ .extern Pico .extern PicoDraw2FB @@ -926,4 +927,4 @@ DrawSpriteFull: .pool - +@ vim:filetype=armasm