From 97a1cc1646dd024d89063b005acf64b03e968ca4 Mon Sep 17 00:00:00 2001 From: Yasuhiro Ogawa Date: Mon, 27 Jul 2009 11:04:37 +0000 Subject: [PATCH] updated config table for cps1 and cps2 --- src/mame/machine/cps2crpt.c | 12 ++++++------ src/mame/video/cps1.c | 18 +++++++++--------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/mame/machine/cps2crpt.c b/src/mame/machine/cps2crpt.c index 671fb7e8cc4..3fcb6409af5 100644 --- a/src/mame/machine/cps2crpt.c +++ b/src/mame/machine/cps2crpt.c @@ -770,8 +770,8 @@ static const struct game_keys keys_table[] = { "ddtoda", { 0xdecac105,0x19710411 }, 0x180000 }, // 0C78 1019 4000 cmpi.w #$1019,$4000 { "ddtodh", { 0x19691019,0xe825dde0 }, 0x180000 }, // 0C78 1019 4000 cmpi.w #$1019,$4000 { "ecofghtr", { 0x931031dc,0xba987654 }, 0x200000 }, // 0838 0003 7345 btst #3,$7345 - { "ecofghtu", { 0x931031ed,0xcba98765 }, 0x200000 }, // 0838 0003 7345 btst #3,$7345 - { "ecofgtu1", { 0x931031ed,0xcba98765 }, 0x200000 }, // 0838 0003 7345 btst #3,$7345 + { "ecofghtru",{ 0x931031ed,0xcba98765 }, 0x200000 }, // 0838 0003 7345 btst #3,$7345 + { "ecofghtru1",{ 0x931031ed,0xcba98765 }, 0x200000 }, // 0838 0003 7345 btst #3,$7345 { "uecology", { 0x931031fe,0xdcba9876 }, 0x200000 }, // 0838 0003 7345 btst #3,$7345 { "ecofghta", { 0x931031ba,0x98765432 }, 0x200000 }, // 0838 0003 7345 btst #3,$7345 { "ssf2t", { 0x944e8302,0x56d3143c }, 0x400000 }, // 0838 0007 2000 btst #7,$2000 @@ -858,7 +858,7 @@ static const struct game_keys keys_table[] = { "ddsoma", { 0x8719abcd,0xef028345 }, 0x100000 }, // 0C81 1966 0419 cmpi.l #$19660419,D1 { "ddsomb", { 0x7149a782,0xf3a5bfce }, 0x100000 }, // 0C81 1966 0419 cmpi.l #$19660419,D1 { "megaman2", { 0x50501cac,0xed346550 }, 0x100000 }, // 0C80 0164 7101 cmpi.l #$01647101,D0 - { "megamn2a", { 0x3f148a2b,0xd6790a15 }, 0x100000 }, // 0C80 0164 7101 cmpi.l #$01647101,D0 + { "megaman2a",{ 0x3f148a2b,0xd6790a15 }, 0x100000 }, // 0C80 0164 7101 cmpi.l #$01647101,D0 { "rckman2j", { 0x319eca73,0x10551270 }, 0x100000 }, // 0C80 0164 7101 cmpi.l #$01647101,D0 { "qndream", { 0x5804ea73,0xf66b0798 }, 0x080000 }, // 0C81 1973 0827 cmpi.l #$19730827,D1 { "sfa2", { 0xfc4acf9c,0x3bfbe1f9 }, 0x100000 }, // 0C80 3039 9783 cmpi.l #$30399783,D0 @@ -940,9 +940,9 @@ static const struct game_keys keys_table[] = { "hsf2", { 0xb8ed3630,0xaae30a3d }, 0x100000 }, // 0838 0007 2000 btst #7,$2000 { "hsf2j", { 0x65d82fe0,0xdbb83e47 }, 0x100000 }, // 0838 0007 2000 btst #7,$2000 { "gigawing", { 0xe52de290,0x1b60d780 }, 0x100000 }, // 0C81 1972 1027 cmpi.l #$19721027,D1 - { "gwingj", { 0x1126196a,0xbef50895 }, 0x100000 }, // 0C81 1972 1027 cmpi.l #$19721027,D1 - { "gwinga", { 0x3506a85a,0x66b1b768 }, 0x100000 }, // 0C81 1972 1027 cmpi.l #$19721027,D1 - { "gwingb", { 0x0fe745b0,0x96ef7f9d }, 0x100000 }, // 0C81 1972 1027 cmpi.l #$19721027,D1 + { "gigawingj",{ 0x1126196a,0xbef50895 }, 0x100000 }, // 0C81 1972 1027 cmpi.l #$19721027,D1 + { "gigawinga",{ 0x3506a85a,0x66b1b768 }, 0x100000 }, // 0C81 1972 1027 cmpi.l #$19721027,D1 + { "gigawingb",{ 0x0fe745b0,0x96ef7f9d }, 0x100000 }, // 0C81 1972 1027 cmpi.l #$19721027,D1 { "mmatrix", { 0xac9ebd79,0x410467df }, 0x180000 }, // B6C0 B447 BACF cmpa.w D0,A3 cmp.w D7,D2 cmpa.w A7,A5 { "mmatrixj", { 0x4df81e95,0x72ed9823 }, 0x180000 }, // B6C0 B447 BACF cmpa.w D0,A3 cmp.w D7,D2 cmpa.w A7,A5 { "mpang", { 0x95f741c6,0xe547a21b }, 0x100000 }, // 0C84 347D 89A3 cmpi.l #$347D89A3,D4 diff --git a/src/mame/video/cps1.c b/src/mame/video/cps1.c index 65d836eae0d..8aa182de002 100644 --- a/src/mame/video/cps1.c +++ b/src/mame/video/cps1.c @@ -1234,7 +1234,7 @@ static const struct CPS1config cps1_config_table[]= { /* name CPSB gfx mapper in2 in3 out2 kludge */ {"forgottn", CPS_B_01, mapper_LW621 }, - {"forgottu", CPS_B_01, mapper_LWCHR }, + {"forgottnu",CPS_B_01, mapper_LWCHR }, {"lostwrld", CPS_B_01, mapper_LWCHR }, {"lostwrldo",CPS_B_01, mapper_LWCHR }, {"ghouls", CPS_B_01, mapper_DM620 }, @@ -1293,17 +1293,17 @@ static const struct CPS1config cps1_config_table[]= {"sf2jc", CPS_B_12, mapper_STF29, 0x36 }, /* from here onwards the CPS-B board has suicide battery and multiply protection */ {"3wonders", CPS_B_21_BT1, mapper_RT24B }, - {"3wonderu", CPS_B_21_BT1, mapper_RT24B }, + {"3wondersu",CPS_B_21_BT1, mapper_RT24B }, {"wonder3", CPS_B_21_BT1, mapper_RT22B }, // equivalent to RT24B - {"3wonderh", CPS_B_02 , mapper_RT24B }, /* Not 100% sure of the CPS B-ID */ + {"3wondersh",CPS_B_02 , mapper_RT24B }, /* Not 100% sure of the CPS B-ID */ {"kod", CPS_B_21_BT2, mapper_KD29B, 0x36, 0, 0x34 }, {"kodu", CPS_B_21_BT2, mapper_KD29B, 0x36, 0, 0x34 }, {"kodj", CPS_B_21_BT2, mapper_KD29B, 0x36, 0, 0x34 }, {"kodb", CPS_B_21_BT2, mapper_KD29B, 0x36, 0, 0x34 }, /* bootleg, doesn't use multiply protection */ {"captcomm", CPS_B_21_BT3, mapper_CC63B, 0x36, 0x38, 0x34 }, - {"captcomu", CPS_B_21_BT3, mapper_CC63B, 0x36, 0x38, 0x34 }, - {"captcomj", CPS_B_21_BT3, mapper_CC63B, 0x36, 0x38, 0x34 }, - {"captcomb", CPS_B_21_BT3, mapper_CC63B, 0x36, 0x38, 0x34 }, + {"captcommu",CPS_B_21_BT3, mapper_CC63B, 0x36, 0x38, 0x34 }, + {"captcommj",CPS_B_21_BT3, mapper_CC63B, 0x36, 0x38, 0x34 }, + {"captcommb",CPS_B_21_BT3, mapper_CC63B, 0x36, 0x38, 0x34 }, {"knights", CPS_B_21_BT4, mapper_KR63B, 0x36, 0, 0x34 }, {"knightsu", CPS_B_21_BT4, mapper_KR63B, 0x36, 0, 0x34 }, {"knightsj", CPS_B_21_BT4, mapper_KR63B, 0x36, 0, 0x34 }, @@ -1345,13 +1345,13 @@ static const struct CPS1config cps1_config_table[]= {"dinopic", CPS_B_21_QS2, mapper_CD63B }, /* layer enable never used */ {"dinopic2", CPS_B_21_QS2, mapper_CD63B }, /* layer enable never used */ {"punisher", CPS_B_21_QS3, mapper_PS63B }, - {"punishru", CPS_B_21_QS3, mapper_PS63B }, - {"punishrj", CPS_B_21_QS3, mapper_PS63B }, + {"punisheru",CPS_B_21_QS3, mapper_PS63B }, + {"punisherj",CPS_B_21_QS3, mapper_PS63B }, {"punipic", CPS_B_21_QS3, mapper_PS63B }, {"punipic2", CPS_B_21_QS3, mapper_PS63B }, {"punipic3", CPS_B_21_QS3, mapper_PS63B }, {"slammast", CPS_B_21_QS4, mapper_MB63B }, - {"slammasu", CPS_B_21_QS4, mapper_MB63B }, + {"slammastu",CPS_B_21_QS4, mapper_MB63B }, {"mbomberj", CPS_B_21_QS4, mapper_MB63B }, {"mbombrd", CPS_B_21_QS5, mapper_MB63B }, {"mbombrdj", CPS_B_21_QS5, mapper_MB63B },