X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2Femu.c;h=931031b4c9705405afed258328485665cba36863;hb=1889fe877cc7cb3c954925c452597498f3c82184;hp=95666ad25ba41ab89d6172fd683a2726439be494;hpb=21ebcfd322972ea5579bb5d4bedee9e509b42785;p=picodrive.git diff --git a/platform/linux/emu.c b/platform/linux/emu.c index 95666ad..931031b 100644 --- a/platform/linux/emu.c +++ b/platform/linux/emu.c @@ -1,16 +1,19 @@ -// (c) Copyright 2006-2009 notaz, All rights reserved. -// Free for non-commercial use. - -// For commercial use, separate licencing terms must be obtained. +/* + * PicoDrive + * (C) notaz, 2006-2010 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ #include #include +#include "../libpicofe/menu.h" +#include "../libpicofe/plat.h" +#include "../libpicofe/linux/sndout_oss.h" #include "../common/emu.h" -#include "../common/menu.h" -#include "../common/plat.h" #include "../common/arm_utils.h" -#include "../linux/sndout_oss.h" #include "version.h" #include