add a copy of Disa so Cyclone can be built standalone
[cyclone68000.git] / Cyclone / app.h
index 1596dfa..082b109 100644 (file)
@@ -1,6 +1,8 @@
 \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
@@ -30,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