X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Pico%2FDraw.cpp;h=4a1cdc7fabe077a6d412bdd30e1fff09871e5988;hb=c41b9b971773b8f4e20fa07f1570fe7aec941bcd;hp=d9fdb0278baef2bd437134359d1471d9b534b491;hpb=15eb00019d86fb8fd460f9b739ac8eba0a81ace0;p=cyclone68000.git diff --git a/Pico/Draw.cpp b/Pico/Draw.cpp index d9fdb02..4a1cdc7 100644 --- a/Pico/Draw.cpp +++ b/Pico/Draw.cpp @@ -1,4 +1,13 @@ +// This file is part of the PicoDrive Megadrive Emulator + +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + +// This code is licensed under the GNU General Public License version 2.0 and the MAME License. +// You can choose the license that has the most advantages for you. + +// SVN repository can be found at http://code.google.com/p/cyclone68000/ + #include "PicoInt.h" #ifndef __GNUC__ #pragma warning (disable:4706) // Disable assignment with conditional