@@ -547,7 +547,7 @@ BMAPPINGLocal bmap[] = {
547
547
{" 100-in-1" , 15 , Mapper15_Init},
548
548
{" BANDAI 24C02" , 16 , Mapper16_Init},
549
549
{" FFE Rev. B" , 17 , Mapper17_Init},
550
- {" JALECO SS880006 " , 18 , Mapper18_Init}, // JF-NNX (EB89018-30007) boards
550
+ {" JALECO SS88006 " , 18 , Mapper18_Init}, // JF-NNX (EB89018-30007) boards
551
551
{" Namcot 106" , 19 , Mapper19_Init},
552
552
// {"", 20, Mapper20_Init},
553
553
{" Konami VRC2/VRC4 A" , 21 , Mapper21_Init},
@@ -557,7 +557,7 @@ BMAPPINGLocal bmap[] = {
557
557
{" Konami VRC2/VRC4 D" , 25 , Mapper25_Init},
558
558
{" Konami VRC6 Rev. B" , 26 , Mapper26_Init},
559
559
{" CC-21 MI HUN CHE" , 27 , UNLCC21_Init}, // Former dupe for VRC2/VRC4 mapper, redefined with crc to mihunche boards
560
- {" " , 28 , Mapper28_Init},
560
+ {" ACTION 53 " , 28 , Mapper28_Init},
561
561
{" RET-CUFROM" , 29 , Mapper29_Init},
562
562
{" UNROM 512" , 30 , UNROM512_Init},
563
563
{" infiniteneslives-NSF" , 31 , Mapper31_Init},
@@ -630,7 +630,7 @@ BMAPPINGLocal bmap[] = {
630
630
// {"", 98, Mapper98_Init},
631
631
{" VS Uni/Dual- system" , 99 , Mapper99_Init},
632
632
// {"", 100, Mapper100_Init},
633
- {" " , 101 , Mapper101_Init},
633
+ // {"", 101, Mapper101_Init}, // Deprecated, dupe
634
634
// {"", 102, Mapper102_Init},
635
635
{" FDS DOKIDOKI FULL" , 103 , Mapper103_Init},
636
636
// {"", 104, Mapper104_Init},
@@ -647,7 +647,7 @@ BMAPPINGLocal bmap[] = {
647
647
{" MMC3 PIRATE A" , 115 , Mapper115_Init},
648
648
{" MMC1/MMC3/VRC PIRATE" ,116 , UNLSL12_Init},
649
649
{" FUTURE MEDIA BOARD" , 117 , Mapper117_Init},
650
- {" TSKROM " , 118 , TKSROM_Init},
650
+ {" TKSROM " , 118 , TKSROM_Init},
651
651
{" NES-TQROM" , 119 , Mapper119_Init},
652
652
{" FDS TOBIDASE" , 120 , Mapper120_Init},
653
653
{" MMC3 PIRATE PROT. A" , 121 , Mapper121_Init},
@@ -680,11 +680,11 @@ BMAPPINGLocal bmap[] = {
680
680
{" SA0037" , 148 , SA0037_Init},
681
681
{" SA0036" , 149 , SA0036_Init},
682
682
{" S74LS374N" , 150 , S74LS374N_Init},
683
- {" " , 151 , Mapper151_Init},
684
- {" " , 152 , Mapper152_Init},
683
+ // {"", 151, Mapper151_Init}, // Deprecated, dupe
684
+ {" BA SARA DISCRETE " , 152 , Mapper152_Init},
685
685
{" BANDAI SRAM" , 153 , Mapper153_Init}, // Bandai board 16 with SRAM instead of EEPROM
686
686
{" " , 154 , Mapper154_Init},
687
- {" " , 155 , Mapper155_Init},
687
+ {" MMC1A " , 155 , Mapper155_Init}, // No WRAM disable
688
688
{" " , 156 , Mapper156_Init},
689
689
{" BANDAI BARCODE" , 157 , Mapper157_Init},
690
690
// {"", 158, Mapper158_Init},
@@ -709,15 +709,15 @@ BMAPPINGLocal bmap[] = {
709
709
{" " , 177 , Mapper177_Init},
710
710
{" " , 178 , Mapper178_Init},
711
711
// {"", 179, Mapper179_Init},
712
- {" " , 180 , Mapper180_Init},
712
+ {" UNROM+74HC08 " , 180 , Mapper180_Init}, // Crazy Climber
713
713
{" " , 181 , Mapper181_Init},
714
714
// {"", 182, Mapper182_Init}, // Deprecated, dupe
715
715
{" " , 183 , Mapper183_Init},
716
- {" " , 184 , Mapper184_Init},
717
- {" " , 185 , Mapper185_Init},
718
- {" " , 186 , Mapper186_Init},
716
+ {" SUNSOFT-K " , 184 , Mapper184_Init}, // Sunsoft-1 mapper
717
+ {" CNROM+SECURITY " , 185 , Mapper185_Init},
718
+ {" STUDY BOX " , 186 , Mapper186_Init},
719
719
{" " , 187 , Mapper187_Init},
720
- {" " , 188 , Mapper188_Init},
720
+ {" KARAOKE STUDIO " , 188 , Mapper188_Init},
721
721
{" " , 189 , Mapper189_Init},
722
722
{" " , 190 , Mapper190_Init},
723
723
{" " , 191 , Mapper191_Init},
@@ -757,8 +757,8 @@ BMAPPINGLocal bmap[] = {
757
757
{" " , 225 , Mapper225_Init},
758
758
{" BMC 22+20-in-1" , 226 , Mapper226_Init},
759
759
{" " , 227 , Mapper227_Init},
760
- {" " , 228 , Mapper228_Init},
761
- {" " , 229 , Mapper229_Init},
760
+ {" ACTIVE ENTERPRISES " , 228 , Mapper228_Init},
761
+ {" BMC 31-in-1 " , 229 , Mapper229_Init},
762
762
{" BMC Contra+22-in-1" , 230 , Mapper230_Init},
763
763
{" " , 231 , Mapper231_Init},
764
764
{" BMC QUATTRO" , 232 , Mapper232_Init},
0 commit comments