add disassembler reg-names-std option
[libpicofe.git] / gp2x / soc_dummy.c
index 9991082..21aef2a 100644 (file)
@@ -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 <stdlib.h>
 
 #include "soc.h"
-#include "../common/emu.h"
+#include "../emu.h"
 
 extern void *gp2x_screens[4];