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...