added copyright line to top of source files next to license information
[cyclone68000.git] / Pico / Disa.h
index af10eb5..dddc21d 100644 (file)
@@ -1,11 +1,24 @@
 \r
-// Dave's Disa 68000 Disassembler\r
+// This file is part of the PicoDrive Megadrive 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
+// Disa 68000 Disassembler\r
 \r
 #ifdef __cplusplus\r
 extern "C" {\r
 #endif\r
 \r
+#if defined(__GNUC__) || defined(_WIN32_WCE)\r
 #define CPU_CALL\r
+#else\r
+#define CPU_CALL __fastcall\r
+#endif\r
 \r
 extern unsigned int DisaPc;\r
 extern char *DisaText; // Text buffer to write in\r