X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fcd%2Fcell_map.c;h=d586e946d2ef109e60b72f99228bb0f1cef1e3a2;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=151a3a83a44823a68649c84019b0ddadc712e8ea;hpb=fb7a7fea8735400818773dd47f1e6913bd1ceecf;p=picodrive.git diff --git a/pico/cd/cell_map.c b/pico/cd/cell_map.c index 151a3a8..d586e94 100644 --- a/pico/cd/cell_map.c +++ b/pico/cd/cell_map.c @@ -1,5 +1,10 @@ -// Convert "cell arrange" address to normal address. -// (c) Copyright 2007, Grazvydas "notaz" Ignotas +/* + * Convert "cell arrange" address to normal address. + * (C) notaz, 2008 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ // 64 x32 x16 x8 x4 x4 static unsigned int cell_map(int celln)