license info added to Pico directory
authoremudave <emudave@gmail.com>
Tue, 8 Feb 2011 15:06:00 +0000 (15:06 +0000)
committeremudave <emudave@gmail.com>
Tue, 8 Feb 2011 15:06:00 +0000 (15:06 +0000)
16 files changed:
Pico/Area.cpp
Pico/Cart.cpp
Pico/Disa.c
Pico/Disa.h
Pico/Draw.cpp
Pico/MakeSine.cpp
Pico/Memory.cpp
Pico/Pico.cpp
Pico/Pico.h
Pico/PicoInt.h
Pico/Profile.cpp
Pico/Psnd.cpp
Pico/Sek.cpp
Pico/Utils.cpp
Pico/VideoPort.cpp
Pico/driver.h

index b0d2fb5..8c0c6d2 100644 (file)
@@ -1,4 +1,11 @@
 \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
index e7b81c1..af79340 100644 (file)
@@ -1,4 +1,11 @@
 \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
index b08f204..773a3ba 100644 (file)
@@ -1,4 +1,11 @@
 \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
index fe54749..5b9072d 100644 (file)
@@ -1,4 +1,11 @@
 \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
index d9fdb02..50c5d64 100644 (file)
@@ -1,4 +1,11 @@
 \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
index 610cb0a..63ab5d2 100644 (file)
@@ -1,4 +1,11 @@
 \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
index 64c1815..92f72cc 100644 (file)
@@ -1,4 +1,11 @@
 \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
index 7acc937..e006ea2 100644 (file)
@@ -1,4 +1,11 @@
 \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
index f7214bb..4892fc4 100644 (file)
@@ -8,7 +8,6 @@
 \r
 // SVN repository can be found at http://code.google.com/p/cyclone68000/\r
 \r
-\r
 #ifdef __cplusplus\r
 extern "C" {\r
 #endif\r
index a27e73a..addd322 100644 (file)
@@ -1,4 +1,11 @@
 \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
index a1fba7f..ff4fb11 100644 (file)
@@ -1,4 +1,11 @@
 \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
index 235f7da..cc5f0fa 100644 (file)
@@ -1,4 +1,11 @@
 \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
index f88b9be..b9d64a3 100644 (file)
@@ -1,4 +1,11 @@
 \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
index a07e9c6..ff0b111 100644 (file)
@@ -1,4 +1,11 @@
 \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
index 322e6c2..e5ba099 100644 (file)
@@ -1,4 +1,11 @@
 \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
index 28889d4..4070650 100644 (file)
@@ -1,3 +1,11 @@
+\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