X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FDraw.cpp;h=50c5d64b71239bc15dbbfe876e73848ad9d92436;hb=4abeeb4b72b7e6ea05cfca35cdba408aa1cae584;hp=d9fdb0278baef2bd437134359d1471d9b534b491;hpb=619b18243b9bf12ea1b3880ace8eba33030d5501;p=cyclone68000.git diff --git a/Pico/Draw.cpp b/Pico/Draw.cpp index d9fdb02..50c5d64 100644 --- a/Pico/Draw.cpp +++ b/Pico/Draw.cpp @@ -1,4 +1,11 @@ +// This file is part of the PicoDrive Megadrive Emulator + +// 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