X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fcd%2Fcell_map.c;h=d586e946d2ef109e60b72f99228bb0f1cef1e3a2;hb=ee3c39efd2cf51cd654b6240f6fb595673f10f45;hp=151a3a83a44823a68649c84019b0ddadc712e8ea;hpb=1cfc5cc4ce06642b9bc45ca3b9d32793718e9455;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)