mirror of
https://github.com/holub/mame
synced 2025-10-08 09:30:17 +03:00
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.
This commit is contained in:
parent
4a951ca487
commit
ba01d4219c
@ -9267,9 +9267,10 @@
|
|||||||
<!-- The King of Fighters '97 bootlegs -->
|
<!-- The King of Fighters '97 bootlegs -->
|
||||||
|
|
||||||
<software name="kof97oro" cloneof="kof97">
|
<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>
|
<year>1997</year>
|
||||||
<publisher>bootleg</publisher>
|
<publisher>bootleg</publisher>
|
||||||
|
<info name="alt_title" value="The King of Fighters '97 重出江湖 Plus 2003 (bootleg)"/>
|
||||||
<sharedfeat name="release" value="MVS" />
|
<sharedfeat name="release" value="MVS" />
|
||||||
<sharedfeat name="compatibility" value="MVS,AES" />
|
<sharedfeat name="compatibility" value="MVS,AES" />
|
||||||
<part name="cart" interface="neo_cart">
|
<part name="cart" interface="neo_cart">
|
||||||
|
@ -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, 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, 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, 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, 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, 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 )
|
GAME( 1997, lastbladh, lastblad, neobase, neogeo, neogeo_state, neogeo, ROT0, "SNK", "The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NGH-2340)", MACHINE_SUPPORTS_SAVE )
|
||||||
|
Loading…
Reference in New Issue
Block a user