From baf1d6d8f2190211d3617d81aa07ad087b1dd3ed Mon Sep 17 00:00:00 2001 From: CaH4e3 Date: Sat, 24 Sep 2011 13:29:39 +0000 Subject: [PATCH] whoops --- src/unif.cpp | 2 -- src/unif.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/unif.cpp b/src/unif.cpp index ee3a44fe..d6eb88ce 100644 --- a/src/unif.cpp +++ b/src/unif.cpp @@ -438,8 +438,6 @@ static BMAPPING bmap[] = { { "TEK90", Mapper90_Init,0}, - { "COPYFAMI_MMC3", MapperCopyFamiMMC3_Init,0}, - {0,0,0} }; diff --git a/src/unif.h b/src/unif.h index 64aed184..8af49179 100644 --- a/src/unif.h +++ b/src/unif.h @@ -128,7 +128,5 @@ void BMC411120C_Init(CartInfo *info); void BMC830118C_Init(CartInfo *info); void BMCT2271_Init(CartInfo *info); -void MapperCopyFamiMMC3_Init(CartInfo *info); - extern uint8 *UNIFchrrama; // Meh. So I can stop CHR RAM // bank switcherooing with certain boards...