X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fsound%2Fmix_arm.s;h=60a09495dfd192323ebaf214b15778f81325311a;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=d44e2280ef4d19fe327af332aafd5345395359b7;hpb=fb7a7fea8735400818773dd47f1e6913bd1ceecf;p=picodrive.git diff --git a/pico/sound/mix_arm.s b/pico/sound/mix_arm.s index d44e228..60a0949 100644 --- a/pico/sound/mix_arm.s +++ b/pico/sound/mix_arm.s @@ -1,8 +1,10 @@ -@ vim:filetype=armasm - -@ Generic routines for mixing audio samples -@ (c) Copyright 2007, Grazvydas "notaz" Ignotas - +/* + * Generic routines for mixing audio samples + * (C) notaz, 2007,2008 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ .text .align 4 @@ -364,4 +366,4 @@ m32_16l_st_l_no_unal2: ldmfd sp!, {r4-r9,lr} bx lr - +@ vim:filetype=armasm