diff options
author | 2021-11-11 23:18:46 -0900 | |
---|---|---|
committer | 2021-11-12 19:18:46 +1100 | |
commit | f8a2d616eb7ea779da5ad494ef635a8cd9b0959d (patch) | |
tree | 20b1e856cfbe01a47e07251b4040635ced24da00 /src | |
parent | 5c8e06be77c7d7ee72b8eaa3d2dc2bfee427ea1c (diff) |
taitotx.cpp: Fixed goketsuj title (MT 08127). (#8818)
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/taitotx.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/taitotx.cpp b/src/mame/drivers/taitotx.cpp index f12ad04a2fb..1a27e239753 100644 --- a/src/mame/drivers/taitotx.cpp +++ b/src/mame/drivers/taitotx.cpp @@ -36,7 +36,7 @@ Dragon Quest - Monster Battle Road Dragon Quest - Monster Battle Road II Legends Gigawing Generations - Goketsuji Ichizoku: Matsuri Senzo Kuyou + Gouketsuji Ichizoku: Senzo Kuyou Harakari Professional Baseball Homura King Of Jurassic @@ -336,7 +336,7 @@ GAME( 2006, shikiga3, 0, taito_type_x, taito_type_x, taito_type_x_state, emp GAME( 2007, raiden4, 0, taito_type_x, taito_type_x, taito_type_x_state, empty_init, ROT0, "MOSS / Seibu Kaihatsu", "Raiden IV (v1.00J)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND ) GAME( 2008, kof98um, 0, taito_type_x, taito_type_x, taito_type_x_state, empty_init, ROT0, "SNK", "The King of Fighters '98: Ultimate Match (v1.00)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND ) GAME( 2008, trbwtchs, 0, taito_type_x, taito_type_x, taito_type_x_state, empty_init, ROT0, "Adventure Planning Service/Studio SiestA", "Trouble Witches AC (v1.00J)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND ) -GAME( 2009, goketsuj, 0, taito_type_x, taito_type_x, taito_type_x_state, empty_init, ROT0, "Atlus", "Goketsuji Ichizoku: Matsuri Senzo Kuyou (v200906230)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND ) +GAME( 2009, goketsuj, 0, taito_type_x, taito_type_x, taito_type_x_state, empty_init, ROT0, "Atlus", "Gouketsuji Ichizoku: Senzo Kuyou (v200906230)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND ) GAME( 2010, kofskyst, 0, taito_type_x, taito_type_x, taito_type_x_state, empty_init, ROT0, "Moss / SNK Playmore", "KOF Sky Stage (v1.00J)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND ) |