unif.c: Align board map struct

This commit is contained in:
negativeExponent
2020-03-12 20:24:19 +08:00
parent 33ae3916b2
commit e3c35c6eff

View File

@@ -434,7 +434,7 @@ static BMAPPING bmap[] = {
{ "830118C", 348, BMC830118C_Init, 0 }, { "830118C", 348, BMC830118C_Init, 0 },
{ "A65AS", 285, BMCA65AS_Init, 0 }, { "A65AS", 285, BMCA65AS_Init, 0 },
{ "AB-G1L", NO_INES, AbG1l_Init, 0 }, { "AB-G1L", NO_INES, AbG1l_Init, 0 },
{ "AC08", NO_INES, AC08_Init, 0 }, /* Mapper 42.. but not.. Used for Green Beret */ { "AC08", 42, AC08_Init, 0 },
{ "ANROM", 7, ANROM_Init, 0 }, { "ANROM", 7, ANROM_Init, 0 },
{ "AX5705", 530, UNLAX5705_Init, 0 }, { "AX5705", 530, UNLAX5705_Init, 0 },
{ "BB", 108, UNLBB_Init, 0 }, { "BB", 108, UNLBB_Init, 0 },
@@ -446,7 +446,7 @@ static BMAPPING bmap[] = {
{ "CNROM", 3, CNROM_Init, 0 }, { "CNROM", 3, CNROM_Init, 0 },
{ "CPROM", 13, CPROM_Init, BMCFLAG_16KCHRR }, { "CPROM", 13, CPROM_Init, BMCFLAG_16KCHRR },
{ "D1038", 59, BMCD1038_Init, 0 }, { "D1038", 59, BMCD1038_Init, 0 },
{ "DANCE", 256, UNLOneBus_Init, 0 }, /* redundant */ { "DANCE", 256, UNLOneBus_Init, 0 },
{ "DANCE2000", 518, UNLD2000_Init, 0 }, { "DANCE2000", 518, UNLD2000_Init, 0 },
{ "DREAMTECH01", 521, DreamTech01_Init, 0 }, { "DREAMTECH01", 521, DreamTech01_Init, 0 },
{ "EDU2000", 329, UNLEDU2000_Init, 0 }, { "EDU2000", 329, UNLEDU2000_Init, 0 },
@@ -520,7 +520,7 @@ static BMAPPING bmap[] = {
{ "SSS-NROM-256", NO_INES, SSSNROM_Init, 0 }, { "SSS-NROM-256", NO_INES, SSSNROM_Init, 0 },
{ "SUNSOFT_UNROM", 93, SUNSOFT_UNROM_Init, 0 }, /* fix me, real pcb name, real pcb type */ { "SUNSOFT_UNROM", 93, SUNSOFT_UNROM_Init, 0 }, /* fix me, real pcb name, real pcb type */
{ "Sachen-74LS374N", 150, S74LS374N_Init, 0 }, { "Sachen-74LS374N", 150, S74LS374N_Init, 0 },
{ "Sachen-74LS374NA", 243, S74LS374N_Init, 0 }, /* seems to be custom mapper */ { "Sachen-74LS374NA", 150, S74LS374N_Init, 0 }, /* seems to be custom mapper */
{ "Sachen-8259A", 141, S8259A_Init, 0 }, { "Sachen-8259A", 141, S8259A_Init, 0 },
{ "Sachen-8259B", 138, S8259B_Init, 0 }, { "Sachen-8259B", 138, S8259B_Init, 0 },
{ "Sachen-8259C", 139, S8259C_Init, 0 }, { "Sachen-8259C", 139, S8259C_Init, 0 },
@@ -608,7 +608,7 @@ static BMAPPING bmap[] = {
{ "WX-KB4K", 134, Bs5652_Init, 0 }, { "WX-KB4K", 134, Bs5652_Init, 0 },
{ "SB-5013", 359, Mapper359_Init, 0 }, { "SB-5013", 359, Mapper359_Init, 0 },
{ "82112C", 540, Mapper540_Init, 0 }, { "82112C", 540, Mapper540_Init, 0 },
{ "N49C-300", 369, Mapper369_Init }, { "N49C-300", 369, Mapper369_Init, 0 },
#ifdef COPYFAMI #ifdef COPYFAMI
{ "COPYFAMI_MMC3", NO_INES, MapperCopyFamiMMC3_Init, 0 }, { "COPYFAMI_MMC3", NO_INES, MapperCopyFamiMMC3_Init, 0 },