\r
+// This file is part of the PicoDrive Megadrive 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 "PicoInt.h"\r
\r
int (*PicoAcb)(struct PicoArea *)=NULL; // Area callback for each block of memory\r
\r
+// This file is part of the PicoDrive Megadrive 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 "PicoInt.h"\r
\r
static void Byteswap(unsigned char *data,int len)\r
\r
+// This file is part of the PicoDrive Megadrive 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
// Disa 68000 Disassembler\r
#ifndef __GNUC__\r
#pragma warning(disable:4115)\r
\r
+// This file is part of the PicoDrive Megadrive 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
// Disa 68000 Disassembler\r
\r
#ifdef __cplusplus\r
\r
+// This file is part of the PicoDrive Megadrive 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 "PicoInt.h"\r
#ifndef __GNUC__\r
#pragma warning (disable:4706) // Disable assignment with conditional\r
\r
+// This file is part of the PicoDrive Megadrive 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
// Make a Sine table\r
\r
#pragma warning (disable:4514)\r
\r
+// This file is part of the PicoDrive Megadrive 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 "PicoInt.h"\r
\r
typedef unsigned char u8;\r
\r
+// This file is part of the PicoDrive Megadrive 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 "PicoInt.h"\r
\r
int PicoVer=0x0030;\r
\r
// SVN repository can be found at http://code.google.com/p/cyclone68000/\r
\r
-\r
#ifdef __cplusplus\r
extern "C" {\r
#endif\r
\r
+// This file is part of the PicoDrive Megadrive 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 <stdlib.h>\r
#include <string.h>\r
\r
+// This file is part of the PicoDrive Megadrive 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 "PicoInt.h"\r
\r
#ifdef _WIN32_WCE\r
\r
+// This file is part of the PicoDrive Megadrive 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 "PicoInt.h"\r
\r
#ifdef MSOUND\r
\r
+// This file is part of the PicoDrive Megadrive 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 "PicoInt.h"\r
\r
char PicoStatus[128]=""; // 68000 state for debug\r
\r
+// This file is part of the PicoDrive Megadrive 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 "PicoInt.h"\r
\r
int PicuAnd=0xf7de;\r
\r
+// This file is part of the PicoDrive Megadrive 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 "PicoInt.h"\r
\r
static inline void AutoIncrement()\r
+\r
+// This file is part of the PicoDrive Megadrive 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
// Drive filler file for ym2612.c\r
#undef INLINE\r
#define INLINE __inline\r