X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FCart.cpp;h=af79340f0a3046ca1b53179cd7c749c7b3b75057;hb=4abeeb4b72b7e6ea05cfca35cdba408aa1cae584;hp=e7b81c19f6bf675b30509b311ca1b03130731e07;hpb=619b18243b9bf12ea1b3880ace8eba33030d5501;p=cyclone68000.git diff --git a/Pico/Cart.cpp b/Pico/Cart.cpp index e7b81c1..af79340 100644 --- a/Pico/Cart.cpp +++ b/Pico/Cart.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" static void Byteswap(unsigned char *data,int len)