\r
+// This file is part of the Cyclone 68000 Emulator\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 "app.h"\r
\r
// ---------------------------------------------------------------------------\r
\r
+// This file is part of the Cyclone 68000 Emulator\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 "app.h"\r
\r
static FILE *AsmFile=NULL;\r
\r
+// This file is part of the Cyclone 68000 Emulator\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 "app.h"\r
\r
static unsigned char OpData[16]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};\r
\r
+// This file is part of the Cyclone 68000 Emulator\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 "app.h"\r
\r
// --------------------- Opcodes 0x0000+ ---------------------\r
\r
+// This file is part of the Cyclone 68000 Emulator\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 "app.h"\r
\r
static void CheckPc()\r
+\r
+// This file is part of the Cyclone 68000 Emulator\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 "app.h"\r
\r
// --------------------- Opcodes 0x0100+ ---------------------\r
\r
+// This file is part of the Cyclone 68000 Emulator\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 "app.h"\r
\r
// --------------------- Opcodes 0x1000+ ---------------------\r
\r
+// This file is part of the Cyclone 68000 Emulator\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