summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2016-08-23 02:42:08 +1000
committer Vas Crabb <vas@vastheman.com>2016-08-23 02:42:08 +1000
commitba01d4219c98f05c07fcda74c219e5d2805da0a7 (patch)
treecc98f21490b4f7780479b9498c1c8435af46f2b1
parent4a951ca487778570a7b917f7f2ee916272e060e3 (diff)
fix name of bootleg to match title screen (nw)
I don't know where the current name came from. Chongchu Jianghu means "made a comeback" or something, probably because this was a hack to update a six-year-old game.
-rw-r--r--hash/neogeo.xml3
-rw-r--r--src/mame/drivers/neodriv.hxx2
2 files changed, 3 insertions, 2 deletions
diff --git a/hash/neogeo.xml b/hash/neogeo.xml
index 2ec19f672fa..ea6225b9272 100644
--- a/hash/neogeo.xml
+++ b/hash/neogeo.xml
@@ -9267,9 +9267,10 @@
<!-- The King of Fighters '97 bootlegs -->
<software name="kof97oro" cloneof="kof97">
- <description>The King of Fighters '97 Oroshi Plus 2003 (bootleg)</description>
+ <description>The King of Fighters '97 Chongchu Jianghu Plus 2003 (bootleg)</description>
<year>1997</year>
<publisher>bootleg</publisher>
+ <info name="alt_title" value="The King of Fighters '97 重出江湖 Plus 2003 (bootleg)"/>
<sharedfeat name="release" value="MVS" />
<sharedfeat name="compatibility" value="MVS,AES" />
<part name="cart" interface="neo_cart">
diff --git a/src/mame/drivers/neodriv.hxx b/src/mame/drivers/neodriv.hxx
index 6d8a8416830..a92b7eb80a5 100644
--- a/src/mame/drivers/neodriv.hxx
+++ b/src/mame/drivers/neodriv.hxx
@@ -8669,7 +8669,7 @@ GAME( 1997, kof97, neogeo, neobase, neogeo, neogeo_state, neogeo, R
GAME( 1997, kof97h, kof97, neobase, neogeo, neogeo_state, neogeo, ROT0, "SNK", "The King of Fighters '97 (NGH-2320)", MACHINE_SUPPORTS_SAVE )
GAME( 1997, kof97k, kof97, neobase, neogeo, neogeo_state, neogeo, ROT0, "SNK", "The King of Fighters '97 (Korean release)", MACHINE_SUPPORTS_SAVE )
GAME( 1997, kof97pls, kof97, neobase, neogeo, neogeo_state, neogeo, ROT0, "bootleg", "The King of Fighters '97 Plus (bootleg)", MACHINE_SUPPORTS_SAVE )
-GAME( 1997, kof97oro, kof97, kof97oro, neogeo, neogeo_state, neogeo, ROT0, "bootleg", "The King of Fighters '97 Oroshi Plus 2003 (bootleg)", MACHINE_SUPPORTS_SAVE )
+GAME( 1997, kof97oro, kof97, kof97oro, neogeo, neogeo_state, neogeo, ROT0, "bootleg", "The King of Fighters '97 Chongchu Jianghu Plus 2003 (bootleg)", MACHINE_SUPPORTS_SAVE )
GAME( 1997, kog, kof97, kog, neogeo, neogeo_state, neogeo, ROT0, "bootleg", "King of Gladiator (The King of Fighters '97 bootleg)", MACHINE_NOT_WORKING | MACHINE_SUPPORTS_SAVE ) // protected bootleg
GAME( 1997, lastblad, neogeo, neobase, neogeo, neogeo_state, neogeo, ROT0, "SNK", "The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NGM-2340)", MACHINE_SUPPORTS_SAVE )
GAME( 1997, lastbladh, lastblad, neobase, neogeo, neogeo_state, neogeo, ROT0, "SNK", "The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NGH-2340)", MACHINE_SUPPORTS_SAVE )