Skip to content

Commit 4ea773e

Browse files
committed
konami/mystwarr.cpp - Add subtitle to mystwarr
This PR adds the subtitle to Mystic Warriors: Wrath of the Ninjas.
1 parent e75c707 commit 4ea773e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/mame/konami/mystwarr.cpp

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// license:BSD-3-Clause
22
// copyright-holders:R. Belmont, Phil Stroffolino, Acho A. Tang, Nicola Salmoria
33
/**************************************************************************
4-
* Mystic Warrior (c) 1993 Konami
4+
* Mystic Warriors (c) 1993 Konami
55
* Metamorphic Force (c) 1993 Konami
66
* Violent Storm (c) 1993 Konami
77
* Martial Champion (c) 1993 Konami
@@ -2358,11 +2358,11 @@ ROM_START( dadandrn )
23582358
ROM_END
23592359

23602360
// YEAR NAME PARENT MACHINE INPUT STATE
2361-
GAME( 1993, mystwarr, 0, mystwarr, mystwarr, mystwarr_state, empty_init, ROT0, "Konami", "Mystic Warriors (ver EAA)", MACHINE_IMPERFECT_GRAPHICS )
2362-
GAME( 1993, mystwarru, mystwarr, mystwarr, mystwarr, mystwarr_state, empty_init, ROT0, "Konami", "Mystic Warriors (ver UAA)", MACHINE_IMPERFECT_GRAPHICS )
2363-
GAME( 1993, mystwarrj, mystwarr, mystwarr, mystwarr, mystwarr_state, empty_init, ROT0, "Konami", "Mystic Warriors (ver JAA)", MACHINE_IMPERFECT_GRAPHICS )
2364-
GAME( 1993, mystwarra, mystwarr, mystwarr, mystwarr, mystwarr_state, empty_init, ROT0, "Konami", "Mystic Warriors (ver AAB)", MACHINE_IMPERFECT_GRAPHICS )
2365-
GAME( 1993, mystwarraa, mystwarr, mystwarr, mystwarr, mystwarr_state, empty_init, ROT0, "Konami", "Mystic Warriors (ver AAA)", MACHINE_IMPERFECT_GRAPHICS )
2361+
GAME( 1993, mystwarr, 0, mystwarr, mystwarr, mystwarr_state, empty_init, ROT0, "Konami", "Mystic Warriors: Wrath of the Ninjas (ver EAA)", MACHINE_IMPERFECT_GRAPHICS )
2362+
GAME( 1993, mystwarru, mystwarr, mystwarr, mystwarr, mystwarr_state, empty_init, ROT0, "Konami", "Mystic Warriors: Wrath of the Ninjas (ver UAA)", MACHINE_IMPERFECT_GRAPHICS )
2363+
GAME( 1993, mystwarrj, mystwarr, mystwarr, mystwarr, mystwarr_state, empty_init, ROT0, "Konami", "Mystic Warriors: Ikari no Ninja (ver JAA)", MACHINE_IMPERFECT_GRAPHICS )
2364+
GAME( 1993, mystwarra, mystwarr, mystwarr, mystwarr, mystwarr_state, empty_init, ROT0, "Konami", "Mystic Warriors: Wrath of the Ninjas (ver AAB)", MACHINE_IMPERFECT_GRAPHICS )
2365+
GAME( 1993, mystwarraa, mystwarr, mystwarr, mystwarr, mystwarr_state, empty_init, ROT0, "Konami", "Mystic Warriors: Wrath of the Ninjas (ver AAA)", MACHINE_IMPERFECT_GRAPHICS )
23662366

23672367
GAME( 1993, mmaulers, 0, dadandrn, dadandrn, mystwarr_state, empty_init, ROT0, "Konami", "Monster Maulers (ver EAA)", MACHINE_IMPERFECT_GRAPHICS )
23682368
GAME( 1993, dadandrn, mmaulers, dadandrn, dadandrn, mystwarr_state, empty_init, ROT0, "Konami", "Kyukyoku Sentai Dadandarn (ver JAA)", MACHINE_IMPERFECT_GRAPHICS )

0 commit comments

Comments
 (0)