\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 "stdafx.h"\r
\r
static char *ConfigName="\\PicoConfig.txt";\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 "stdafx.h"\r
\r
static int ScreenNum=0;\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 "stdafx.h"\r
\r
TCHAR RomName[260]={0};\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 "stdafx.h"\r
\r
// Loading roms, loading and saving states etc...\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 "stdafx.h"\r
\r
HWND FrameWnd=NULL;\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
----------------------------------------------------------------------------\r
\r
What's new?\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 "stdafx.h"\r
\r
int WaveRate=0;\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 "stdafx.h"\r
#include <stdarg.h>\r
\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
#define WIN32_LEAN_AND_MEAN\r
#include <windows.h>\r
#include <aygshell.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
#pragma warning(disable:4514)\r
#pragma warning(push)\r
#pragma warning(disable:4201)\r