X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Farm_utils.s;h=9e8d9f250e9f0bda41c38163070c08753bb4cf16;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=fd13cac6bf109070b2c7648f9feb844d718761cc;hpb=fb7a7fea8735400818773dd47f1e6913bd1ceecf;p=picodrive.git diff --git a/platform/common/arm_utils.s b/platform/common/arm_utils.s index fd13cac..9e8d9f2 100644 --- a/platform/common/arm_utils.s +++ b/platform/common/arm_utils.s @@ -1,10 +1,10 @@ -@ vim:filetype=armasm -@ some color conversion and blitting routines - -@ (c) Copyright 2006, 2007 notaz -@ All Rights Reserved - -@ vim:filetype=armasm +/* + * some color conversion and blitting routines + * (C) notaz, 2006-2009 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ .text .align 4 @@ -335,3 +335,4 @@ spend_cycles: bx lr +@ vim:filetype=armasm