whoops
This commit is contained in:
parent
e9e97b774e
commit
baf1d6d8f2
|
@ -438,8 +438,6 @@ static BMAPPING bmap[] = {
|
|||
|
||||
{ "TEK90", Mapper90_Init,0},
|
||||
|
||||
{ "COPYFAMI_MMC3", MapperCopyFamiMMC3_Init,0},
|
||||
|
||||
{0,0,0}
|
||||
};
|
||||
|
||||
|
|
|
@ -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...
|
||||
|
|
Loading…
Reference in New Issue