merge mappers from FCEU-mm
[fceu.git] / boards / super24.c
index 4ccc766..745e723 100644 (file)
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 #include "mapinc.h"
 #include "mmc3.h"
 
-static uint8 *CHRRAM = NULL; // there is no more extern CHRRAM in mmc3.h
-                                                        // I need chrram here and local   static == local
+static uint8 *CHRRAM = NULL;
 static int masko8[8]={63,31,15,1,3,0,0,0};
 
 static void Super24PW(uint32 A, uint8 V)