X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fsoc_pollux.c;h=39f89553ec7f8ce6f8e7995bb7196cf0e12ca3da;hb=f89d84717ae3536779f04cdfb57cf940d2bd8ade;hp=b7a8a12477772886a31b8663fafaedad736672de;hpb=38163dd7df6fc61794d7bb420737a68455c4637c;p=libpicofe.git diff --git a/gp2x/soc_pollux.c b/gp2x/soc_pollux.c index b7a8a12..39f8955 100644 --- a/gp2x/soc_pollux.c +++ b/gp2x/soc_pollux.c @@ -1,4 +1,13 @@ /* + * (C) Gražvydas "notaz" Ignotas, 2009-2010 + * + * This work is licensed under the terms of any of these licenses + * (at your option): + * - GNU GPL, version 2 or later. + * - GNU LGPL, version 2.1 or later. + * - MAME license. + * See the COPYING file in the top-level directory. + * * * 00000000-029fffff linux (42MB) * 02a00000-02dfffff fb (4MB, 153600B really used) @@ -6,6 +15,7 @@ * 03000000-03ffffff MPEGDEC (?, 16MB) * */ + #include #include #include @@ -20,9 +30,9 @@ #include "soc.h" #include "plat_gp2x.h" -#include "../common/emu.h" -#include "../common/plat.h" -#include "../common/arm_utils.h" +#include "../emu.h" +#include "../plat.h" +#include "../arm_utils.h" #include "pollux_set.h" static volatile unsigned short *memregs;