From 6fc98a443503bcd897f9e4c9fbefc79f513b1ff5 Mon Sep 17 00:00:00 2001 From: Michael Sanborn <95501796+mikehyrus@users.noreply.github.com> Date: Sat, 19 Nov 2022 11:31:25 -0700 Subject: sega/model2.cpp and hash/saturn.xml - Last Bronx title changes for Japanese sets. (#10423) * sega/model2.cpp - Include subtitle to Last Bronx Japanese set. * has/saturn.xml - Just simply Last Bronx. --- hash/saturn.xml | 6 +++--- src/mame/sega/model2.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hash/saturn.xml b/hash/saturn.xml index 9d70f349b26..9b32ded6a01 100644 --- a/hash/saturn.xml +++ b/hash/saturn.xml @@ -5457,7 +5457,7 @@ Olympic Soccer (Fra) T-7904H-09 Sega - + @@ -11732,7 +11732,7 @@ Sega logo animation draws offset [VDP2] Sega - + @@ -23907,7 +23907,7 @@ Sega logo animation draws offset [VDP2] Sega - + diff --git a/src/mame/sega/model2.cpp b/src/mame/sega/model2.cpp index 4c9daac0853..627bc030aed 100644 --- a/src/mame/sega/model2.cpp +++ b/src/mame/sega/model2.cpp @@ -7412,7 +7412,7 @@ GAME( 1996, schamp, 0, model2b, schamp, model2b_state, empty_ GAME( 1996, sfight, schamp, model2b, schamp, model2b_state, empty_init, ROT0, "Sega", "Sonic the Fighters (Japan)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_GRAPHICS ) GAME( 1996, lastbrnx, 0, model2b, vf2, model2b_state, empty_init, ROT0, "Sega", "Last Bronx (Export, Revision A)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_GRAPHICS ) GAME( 1996, lastbrnxu, lastbrnx, model2b, vf2, model2b_state, empty_init, ROT0, "Sega", "Last Bronx (USA, Revision A)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_GRAPHICS ) -GAME( 1996, lastbrnxj, lastbrnx, model2b, vf2, model2b_state, empty_init, ROT0, "Sega", "Last Bronx (Japan, Revision A)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_GRAPHICS ) +GAME( 1996, lastbrnxj, lastbrnx, model2b, vf2, model2b_state, empty_init, ROT0, "Sega", "Last Bronx: Tokyo Bangaichi (Japan, Revision A)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_GRAPHICS ) GAME( 1996, doa, 0, model2b_0229, doa, model2b_state, init_doa, ROT0, "Tecmo", "Dead or Alive (Model 2B, Revision C)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_GRAPHICS ) // Jan 10 1997 GAME( 1996, doab, doa, model2b_0229, doa, model2b_state, init_doa, ROT0, "Tecmo", "Dead or Alive (Model 2B, Revision B)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_GRAPHICS ) // Dec 4 1996 GAME( 1996, sgt24h, 0, overrev2b, sgt24h, model2b_state, init_sgt24h, ROT0, "Jaleco", "Super GT 24h", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_GRAPHICS ) -- cgit v1.2.3