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