added copyright line to top of source files next to license information
authoremudave <emudave@gmail.com>
Sat, 12 Feb 2011 21:50:05 +0000 (21:50 +0000)
committeremudave <emudave@gmail.com>
Sat, 12 Feb 2011 21:50:05 +0000 (21:50 +0000)
34 files changed:
Cyclone/Cyclone.h
Cyclone/Ea.cpp
Cyclone/Main.cpp
Cyclone/OpAny.cpp
Cyclone/OpArith.cpp
Cyclone/OpBranch.cpp
Cyclone/OpLogic.cpp
Cyclone/OpMove.cpp
Cyclone/app.h
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
PicoDrive/Config.cpp
PicoDrive/Debug.cpp
PicoDrive/Emulate.cpp
PicoDrive/File.cpp
PicoDrive/FrameWindow.cpp
PicoDrive/Wave.cpp
PicoDrive/WinMain.cpp
PicoDrive/afxres.h
PicoDrive/stdafx.h

index 99fb1fc..77ea268 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // Cyclone 68000 Emulator - Header File\r
 \r
 \r
 // Cyclone 68000 Emulator - Header File\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
 // 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
index d99ce71..3b39e8e 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the Cyclone 68000 Emulator\r
 \r
 \r
 // This file is part of the Cyclone 68000 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
 // 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
index 10d9c93..f071bf2 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the Cyclone 68000 Emulator\r
 \r
 \r
 // This file is part of the Cyclone 68000 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
 // 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
@@ -233,6 +235,8 @@ static int CycloneMake()
 \r
   ot("\n;@ Cyclone 68000 Emulator v%x.%.3x - Assembler Output\n\n",CycloneVer>>12,CycloneVer&0xfff);\r
 \r
 \r
   ot("\n;@ Cyclone 68000 Emulator v%x.%.3x - Assembler Output\n\n",CycloneVer>>12,CycloneVer&0xfff);\r
 \r
+  ot(";@ Copyright (c) 2011 FinalDave (emudave (at) gmail.com)\n\n");\r
+\r
   ot(";@ This code is licensed under the GNU General Public License version 2.0 and the MAME License.\n");\r
   ot(";@ You can choose the license that has the most advantages for you.\n\n");\r
   ot(";@ SVN repository can be found at http://code.google.com/p/cyclone68000/\n\n");\r
   ot(";@ This code is licensed under the GNU General Public License version 2.0 and the MAME License.\n");\r
   ot(";@ You can choose the license that has the most advantages for you.\n\n");\r
   ot(";@ SVN repository can be found at http://code.google.com/p/cyclone68000/\n\n");\r
index 4af08b2..44d2e5c 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the Cyclone 68000 Emulator\r
 \r
 \r
 // This file is part of the Cyclone 68000 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
 // 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
index d2ebf59..c8144f4 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the Cyclone 68000 Emulator\r
 \r
 \r
 // This file is part of the Cyclone 68000 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
 // 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
index b5e2d80..145fd08 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the Cyclone 68000 Emulator\r
 \r
 \r
 // This file is part of the Cyclone 68000 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
 // 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
index a2e30a2..c9c724b 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the Cyclone 68000 Emulator\r
 \r
 \r
 // This file is part of the Cyclone 68000 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
 // 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
index f762ea1..a6aa6e0 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the Cyclone 68000 Emulator\r
 \r
 \r
 // This file is part of the Cyclone 68000 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
 // 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
index 1596dfa..aabb5b8 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the Cyclone 68000 Emulator\r
 \r
 \r
 // This file is part of the Cyclone 68000 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
 // 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
index 8c0c6d2..499ad37 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index af79340..23c6e60 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index 773a3ba..01a54bc 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index 5b9072d..dddc21d 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index 50c5d64..4a1cdc7 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index 63ab5d2..aad9953 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index 92f72cc..5823d21 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index e006ea2..5d37b26 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index 4892fc4..2757c52 100644 (file)
@@ -3,6 +3,8 @@
 \r
 // Pico Megadrive Emulator Library - Header File\r
 \r
 \r
 // Pico Megadrive Emulator Library - Header File\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
 // 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
index addd322..1ad2fb6 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index ff4fb11..223512c 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index cc5f0fa..99f9190 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index b9d64a3..de8d9d1 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index ff0b111..b709558 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index e5ba099..0cfb1a5 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index 4070650..14439af 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index ddac821..0dcbaba 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index 17f1f49..d964e0e 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index e5f2131..6844818 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index 33e9fa2..98e6cf3 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index f4fc996..110d6dd 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index dfb9fc1..15350ef 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index 9206598..ccd53b2 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index a9c165e..eb920f8 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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
index 9e78891..3283b35 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the PicoDrive Megadrive Emulator\r
 \r
 \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
 // 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