Add support for BMC-830134C

This commit is contained in:
retro-wertz
2019-06-26 16:45:08 +08:00
parent 38a560df82
commit 6653f4028a
3 changed files with 74 additions and 0 deletions

View File

@@ -502,6 +502,7 @@ static BMAPPING bmap[] = {
{ "NEWSTAR-GRM070-8IN1", BMC8IN1_Init, 0 },
{ "FARID_UNROM_8-IN-1", FARIDUNROM_Init, 0 },
{ "K-3033", BMCK3033_Init, 0 },
{ "830134C", BMC830134C_Init, 0 },
#ifdef COPYFAMI
{ "COPYFAMI_MMC3", MapperCopyFamiMMC3_Init, 0 },