add a copy of Disa so Cyclone can be built standalone
[cyclone68000.git] / Cyclone / app.h
index f4795cc..082b109 100644 (file)
@@ -1,4 +1,13 @@
 \r
+// This file is part of the Cyclone 68000 Emulator\r
+\r
+// Copyright (c) 2011 FinalDave (emudave (at) gmail.com)\r
+\r
+// This code is licensed under the GNU General Public License version 2.0 and the MAME License.\r
+// You can choose the license that has the most advantages for you.\r
+\r
+// SVN repository can be found at http://code.google.com/p/cyclone68000/\r
+\r
 #include <stdio.h>\r
 #include <stdarg.h>\r
 #include <stdlib.h>\r
@@ -23,7 +32,7 @@ extern int Cycles; // Current cycles for opcode
 extern int Amatch; // If one, try to match A68K timing\r
 extern int Accu; // Accuracy\r
 extern int Debug; // Debug info\r
-void ot(char *format, ...);\r
+void ot(const char *format, ...);\r
 void ltorg();\r
 void CheckInterrupt();\r
 int MemHandler(int type,int size);\r