Add unif multicarts

- Add unif board BS400R
- Add unif board BS4040R
This commit is contained in:
negativeExponent
2020-10-21 05:41:51 +08:00
parent e7e7610c27
commit ed01e34323
3 changed files with 162 additions and 0 deletions

View File

@@ -616,6 +616,9 @@ static BMAPPING bmap[] = {
{ "82112C", 540, Mapper540_Init, 0 },
{ "N49C-300", 369, Mapper369_Init, 0 },
{ "BS-400R", NO_INES, BS400R_Init, 0 },
{ "BS-4040R", NO_INES, BS4040R_Init, 0 },
#ifdef COPYFAMI
{ "COPYFAMI_MMC3", NO_INES, MapperCopyFamiMMC3_Init, 0 },
{ "COPYFAMI", NO_INES, MapperCopyFami_Init, 0 },