Add support for BMC-K-3033

This commit is contained in:
retro-wertz
2019-06-26 09:03:01 +08:00
parent 024a2f904e
commit 93986604ac
3 changed files with 94 additions and 0 deletions

View File

@@ -499,6 +499,9 @@ static BMAPPING bmap[] = {
{ "L6IN1", BMCL6IN1_Init, 0 },
{ "CTC-12IN1", BMCCTC12IN1_Init, 0 },
{ "891227", BMC891227_Init, 0 },
{ "NEWSTAR-GRM070-8IN1", BMC8IN1_Init, 0 },
{ "FARID_UNROM_8-IN-1", FARIDUNROM_Init, 0 },
{ "K-3033", BMCK3033_Init, 0 },
#ifdef COPYFAMI
{ "COPYFAMI_MMC3", MapperCopyFamiMMC3_Init, 0 },