X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fsound%2Fmix.c;h=636edb553b24a2aae2044d7c7190f600831b3874;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=c344fba09bb8594b727f01398865b127aec2d3b2;hpb=fb7a7fea8735400818773dd47f1e6913bd1ceecf;p=picodrive.git diff --git a/pico/sound/mix.c b/pico/sound/mix.c index c344fba..636edb5 100644 --- a/pico/sound/mix.c +++ b/pico/sound/mix.c @@ -1,5 +1,10 @@ -// some code for sample mixing -// (c) Copyright 2006-2007, Grazvydas "notaz" Ignotas +/* + * some code for sample mixing + * (C) notaz, 2006,2007 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ #define MAXOUT (+32767) #define MINOUT (-32768)