add Mapper30 (UNROM 512)

This commit is contained in:
retro-wertz
2017-04-30 06:44:51 +08:00
parent 9763bf2ef2
commit 157655a2ea
6 changed files with 278 additions and 2 deletions

View File

@@ -448,6 +448,9 @@ static BMAPPING bmap[] = {
{ "TVROM", TLROM_Init, BMCFLAG_FORCE4 },
{ "Transformer", Transformer_Init, 0 },
{ "UNROM", UNROM_Init, 0 },
{ "UNROM-512-8", UNROM512_Init, 0 },
{ "UNROM-512-16", UNROM512_Init, BMCFLAG_16KCHRR },
{ "UNROM-512-32", UNROM512_Init, BMCFLAG_32KCHRR },
{ "UOROM", UNROM_Init, 0 },
{ "VRC7", UNLVRC7_Init, 0 },
{ "YOKO", UNLYOKO_Init, 0 },