summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-12-21 03:12:36 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-12-21 03:12:36 +0000
commitc8ef4d72d0697588bf501a11af7825ea7c3b95bf (patch)
treed27d4259f3d26b09e5a4089fab10219fb2ec1a42
parent668647d2ebb87e0574c2ad74ecbbff4445d2ee33 (diff)
From: Lei Wu [lanewu@hotmail.com]
Sent: Monday, December 15, 2008 1:27 PM To: submit@mamedev.org Subject: sfz2aad->sfz2ald
-rw-r--r--src/mame/drivers/cps2.c4
-rw-r--r--src/mame/mamedriv.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/cps2.c b/src/mame/drivers/cps2.c
index 6d7f2d62875..42db0efb032 100644
--- a/src/mame/drivers/cps2.c
+++ b/src/mame/drivers/cps2.c
@@ -8117,7 +8117,7 @@ ROM_START( mshud )
ROM_LOAD16_WORD_SWAP( "msh.12m", 0x200000, 0x200000, CRC(de092570) SHA1(a03d0df901f6ea79685eaed67db65bee14ec29c6) )
ROM_END
-ROM_START( sfz2aad )
+ROM_START( sfz2ald )
ROM_REGION( CODE_SIZE, "main", 0 ) /* 68000 code */
ROM_LOAD16_WORD_SWAP( "szaad.03", 0x000000, 0x80000, CRC(89f9483b) SHA1(5da4f82ddc79d9b5697ba2fea96dcaf460118248) )
ROM_LOAD16_WORD_SWAP( "szaad.04", 0x080000, 0x80000, CRC(aef27ae5) SHA1(5877a05e7355195d686a4d0a97062aacbd3277ee) )
@@ -8509,7 +8509,7 @@ GAME( 1996, sfz2ad, sfa2, dead_cps2, cps2_2p6b, cps2, ROT0, "bootleg",
GAME( 1996, spf2xjd, spf2t, dead_cps2, cps2_2p2b, cps2, ROT0, "bootleg", "Super Puzzle Fighter II X (Japan 960531 Phoenix Edition) (bootleg)", 0 )
GAME( 1996, ddsomud, ddsom, dead_cps2, cps2_4p4b, cps2, ROT0, "bootleg", "Dungeons & Dragons: Shadow over Mystara (USA 960619 Phoenix Edition) (bootleg)", 0 )
GAME( 1996, megamn2d, megaman2,dead_cps2, cps2_2p3b, cps2, ROT0, "bootleg", "Mega Man 2: The Power Fighters (USA 960708 Phoenix Edition) (bootleg)", 0 )
-GAME( 1996, sfz2aad, sfa2, dead_cps2, cps2_2p6b, cps2, ROT0, "bootleg", "Street Fighter Zero 2 Alpha (Asia 960826 Phoenix Edition) (bootleg)", 0 )
+GAME( 1996, sfz2ald, sfz2al, dead_cps2, cps2_2p6b, cps2, ROT0, "bootleg", "Street Fighter Zero 2 Alpha (Asia 960826 Phoenix Edition) (bootleg)", 0 )
GAME( 1996, xmvsfu1d, xmvsf, dead_cps2, cps2_2p6b, cps2, ROT0, "bootleg", "X-Men Vs. Street Fighter (USA 961004 Phoenix Edition) (bootleg)", 0 )
GAME( 1997, batcird, batcir, dead_cps2, cps2_4p2b, cps2, ROT0, "bootleg", "Battle Circuit (Euro 970319 Phoenix Edition) (bootleg)", 0 )
GAME( 1997, vsavd, vsav, dead_cps2, cps2_2p6b, cps2, ROT0, "bootleg", "Vampire Savior: The Lord of Vampire (Euro 970519 Phoenix Edition) (bootleg)", 0 )
diff --git a/src/mame/mamedriv.c b/src/mame/mamedriv.c
index 4fbc31f9b33..cd943f57259 100644
--- a/src/mame/mamedriv.c
+++ b/src/mame/mamedriv.c
@@ -2771,7 +2771,7 @@ V-V TP-027
DRIVER( spf2xjd )
DRIVER( ddsomud )
DRIVER( megamn2d )
- DRIVER( sfz2aad )
+ DRIVER( sfz2ald )
DRIVER( xmvsfu1d )
DRIVER( batcird )
DRIVER( vsavd )