mirror of
https://github.com/holub/mame
synced 2025-05-24 06:30:04 +03:00
Minor name change for a CPS2 clone to make it more logical
This commit is contained in:
parent
3a40556117
commit
dc53a14ef2
@ -3428,7 +3428,7 @@ ROM_START( megaman2a )
|
||||
ROM_LOAD16_WORD_SWAP( "rm2.12m", 0x200000, 0x200000, CRC(546c1636) SHA1(f96b172ab899f2c6ee17a5dd1fb61af9432e3cd2) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( rckman2j )
|
||||
ROM_START( rockman2j )
|
||||
ROM_REGION(CODE_SIZE, "maincpu", 0 ) /* 68000 code */
|
||||
ROM_LOAD16_WORD_SWAP( "rm2j.03", 0x000000, 0x80000, CRC(dbaa1437) SHA1(849572090bdbde7d9f191959f4b6ad26f46811f4) )
|
||||
ROM_LOAD16_WORD_SWAP( "rm2j.04", 0x080000, 0x80000, CRC(cf5ba612) SHA1(f0b56db8df7ad676e00325c97cf16791f409e35a) )
|
||||
@ -7734,7 +7734,7 @@ GAME( 1996, spf2ta, spf2t, cps2, cps2_2p2b, cps2, ROT0, "Capcom", "Su
|
||||
GAME( 1996, spf2th, spf2t, cps2, cps2_2p2b, cps2, ROT0, "Capcom", "Super Puzzle Fighter II Turbo (Hispanic 960531)", 0 )
|
||||
GAME( 1996, megaman2, 0, cps2, cps2_2p3b, cps2, ROT0, "Capcom", "Mega Man 2: The Power Fighters (USA 960708)", 0 )
|
||||
GAME( 1996, megaman2a,megaman2, cps2, cps2_2p3b, cps2, ROT0, "Capcom", "Mega Man 2: The Power Fighters (Asia 960708)", 0 )
|
||||
GAME( 1996, rckman2j, megaman2, cps2, cps2_2p3b, cps2, ROT0, "Capcom", "Rockman 2: The Power Fighters (Japan 960708)", 0 )
|
||||
GAME( 1996, rockman2j,megaman2, cps2, cps2_2p3b, cps2, ROT0, "Capcom", "Rockman 2: The Power Fighters (Japan 960708)", 0 )
|
||||
GAME( 1996, megaman2h,megaman2, cps2, cps2_2p3b, cps2, ROT0, "Capcom", "Mega Man 2: The Power Fighters (Hispanic 960712)", 0 )
|
||||
GAME( 1996, qndream, 0, cps2, qndream, cps2, ROT0, "Capcom", "Quiz Nanairo Dreams: Nijiirochou no Kiseki (Japan 960826)", 0 )
|
||||
GAME( 1996, xmvsf, 0, cps2, cps2_2p6b, cps2, ROT0, "Capcom", "X-Men Vs. Street Fighter (Euro 961004)", 0 )
|
||||
|
@ -863,7 +863,7 @@ static const struct game_keys keys_table[] =
|
||||
{ "ddsomb", { 0x7149a782,0xf3a5bfce }, 0x100000 }, // 0C81 1966 0419 cmpi.l #$19660419,D1
|
||||
{ "megaman2", { 0x50501cac,0xed346550 }, 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
|
||||
{ "rockman2j",{ 0x319eca73,0x10551270 }, 0x100000 }, // 0C80 0164 7101 cmpi.l #$01647101,D0
|
||||
{ "megaman2h",{ 0x765573ca,0x250210d0 }, 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
|
||||
|
@ -2819,7 +2819,7 @@ V-V TP-027
|
||||
DRIVER( qndream ) /* 26/06/1996 (c) 1996 (Japan) */
|
||||
DRIVER( megaman2 ) /* 08/07/1996 (c) 1996 (US) */
|
||||
DRIVER( megaman2a ) /* 08/07/1996 (c) 1996 (Asia) */
|
||||
DRIVER( rckman2j ) /* 08/07/1996 (c) 1996 (Japan) */
|
||||
DRIVER( rockman2j ) /* 08/07/1996 (c) 1996 (Japan) */
|
||||
DRIVER( megaman2h ) /* 12/07/1996 (c) 1996 (Hispanic) */
|
||||
DRIVER( gigamn2 ) /* bootleg */
|
||||
DRIVER( sfz2al ) /* 26/08/1996 (c) 1996 (Asia) */
|
||||
|
Loading…
Reference in New Issue
Block a user