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

@@ -55,11 +55,7 @@ extern uint8 MMC50x5130;
extern uint8 MMC5HackSPScroll;
extern uint8 MMC5HackSPPage;
#ifdef COPYFAMI
extern uint8 RAM[0x4000];
#else
extern uint8 RAM[0x800];
#endif
extern readfunc ARead[0x10000];
extern writefunc BWrite[0x10000];