From 33983bf43e60e26361a07bd8922860bbf311fda5 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Sun, 12 Aug 2018 07:02:01 +0200 Subject: deco156.cpp: corrected wcvol95 region, thanks to Brian Troha (nw) --- src/mame/drivers/deco156.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/deco156.cpp b/src/mame/drivers/deco156.cpp index 1a314e2e88c..8235b22c3d0 100644 --- a/src/mame/drivers/deco156.cpp +++ b/src/mame/drivers/deco156.cpp @@ -8,6 +8,10 @@ See also deco32.cpp, deco_mlc.cpp, backfire.cpp + How to get the version and region: + Heavy Smash: Exit test mode + World Cup Volleyball 95: Boot the game holding down player 2 button 1 + Emulation by Bryan McPhail, mish@tendril.co.uk */ @@ -717,6 +721,6 @@ void deco156_state::init_wcvol95() GAME( 1993, hvysmsh, 0, hvysmsh, hvysmsh, deco156_state, init_hvysmsh, ROT0, "Data East Corporation", "Heavy Smash (Europe version -2)", MACHINE_SUPPORTS_SAVE ) GAME( 1993, hvysmsha, hvysmsh, hvysmsh, hvysmsh, deco156_state, init_hvysmsh, ROT0, "Data East Corporation", "Heavy Smash (Asia version -4)", MACHINE_SUPPORTS_SAVE ) GAME( 1993, hvysmshj, hvysmsh, hvysmsh, hvysmsh, deco156_state, init_hvysmsh, ROT0, "Data East Corporation", "Heavy Smash (Japan version -2)", MACHINE_SUPPORTS_SAVE ) -GAME( 1995, wcvol95, 0, wcvol95, wcvol95, deco156_state, init_wcvol95, ROT0, "Data East Corporation", "World Cup Volley '95 (Europe v1.0?)", MACHINE_SUPPORTS_SAVE ) +GAME( 1995, wcvol95, 0, wcvol95, wcvol95, deco156_state, init_wcvol95, ROT0, "Data East Corporation", "World Cup Volley '95 (Asia v1.0)", MACHINE_SUPPORTS_SAVE ) GAME( 1995, wcvol95j, wcvol95, wcvol95, wcvol95, deco156_state, init_wcvol95, ROT0, "Data East Corporation", "World Cup Volley '95 (Japan v1.0)", MACHINE_SUPPORTS_SAVE ) GAME( 1995, wcvol95x, wcvol95, wcvol95, wcvol95, deco156_state, init_wcvol95, ROT0, "Data East Corporation", "World Cup Volley '95 Extra Version (Asia v2.0B)", MACHINE_SUPPORTS_SAVE ) -- cgit v1.2.3