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

@@ -61,11 +61,7 @@ SFORMAT SFCPU[] = {
{ &X.S, 1, "S\0\0" },
{ &X.P, 1, "P\0\0" },
{ &X.DB, 1, "DB"},
#ifdef COPYFAMI
{ RAM, 0x4000, "RAM" },
#else
{ RAM, 0x800, "RAM" },
#endif
{ 0 }
};