X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fcd%2Fpcm.c;h=d9774aa2867c6db28605e46686a26bebc244ca86;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=9217d37c19fbbfdf4bac9341b7fbfd74b1273815;hpb=fb7a7fea8735400818773dd47f1e6913bd1ceecf;p=picodrive.git diff --git a/pico/cd/pcm.c b/pico/cd/pcm.c index 9217d37..d9774aa 100644 --- a/pico/cd/pcm.c +++ b/pico/cd/pcm.c @@ -1,6 +1,10 @@ -// Emulation routines for the RF5C164 PCM chip. -// Based on Gens code by Stéphane Dallongeville -// (c) Copyright 2007, Grazvydas "notaz" Ignotas +/* + * Emulation routines for the RF5C164 PCM chip + * (C) notaz, 2007 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ #include "../pico_int.h" #include "pcm.h"