Remove CopyFami stuff

unused in this implementation, not any other emu uses it. considering
its even UNIF based, probably has no use anymore.
This commit is contained in:
negativeExponent
2022-06-07 18:12:47 +08:00
parent b3c35b6515
commit 75872dab63
9 changed files with 2 additions and 1065 deletions

View File

@@ -187,11 +187,6 @@ void WAIXINGFS005_Init(CartInfo *info);
void Mapper422_Init(CartInfo *info);
void Mapper444_Init(CartInfo *info);
#ifdef COPYFAMI
void MapperCopyFamiMMC3_Init(CartInfo *info);
void MapperCopyFami_Init(CartInfo *info);
#endif
extern uint8 *UNIFchrrama; /* Meh. So I can stop CHR RAM
* bank switcherooing with certain boards...
*/