X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fsoc_dummy.c;h=21aef2af4684baf38e3f8c0c671a237b92ffc883;hb=c54d04fd84f59c60c6ecdbd2502fbda5de735b4b;hp=99910825cc4e7dfc5d70fdfeba40ef83fb3e7f24;hpb=b6072c177f57cdcb32cfd5eee53b7c178f89c5d3;p=libpicofe.git diff --git a/gp2x/soc_dummy.c b/gp2x/soc_dummy.c index 9991082..21aef2a 100644 --- a/gp2x/soc_dummy.c +++ b/gp2x/soc_dummy.c @@ -1,8 +1,19 @@ +/* + * (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. + */ + /* dummy code for qemu testing, etc */ #include #include "soc.h" -#include "../common/emu.h" +#include "../emu.h" extern void *gp2x_screens[4];