summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2018-08-11 09:36:18 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2018-08-11 09:36:18 +0200
commit25bec6910ed645614609db22a0fb135a1d001ece (patch)
tree8227a03598707cb0a4eb4a6c4c981ef62595004e
parentb7088af7bbb10259cc129a979bb52c7ce537d3e2 (diff)
new working clone
------------------------------- World Cup Volley '95 (Europe v1.0?) [Fabrice Arzeno, The Dumping Union]
-rw-r--r--src/mame/drivers/deco156.cpp30
-rw-r--r--src/mame/mame.lst1
2 files changed, 28 insertions, 3 deletions
diff --git a/src/mame/drivers/deco156.cpp b/src/mame/drivers/deco156.cpp
index 1d0b3aa47f2..1a314e2e88c 100644
--- a/src/mame/drivers/deco156.cpp
+++ b/src/mame/drivers/deco156.cpp
@@ -6,7 +6,7 @@
Heavy Smash
World Cup Volleyball 95
- See also deco32.c, deco_mlc.c, backfire.c
+ See also deco32.cpp, deco_mlc.cpp, backfire.cpp
Emulation by Bryan McPhail, mish@tendril.co.uk
*/
@@ -603,6 +603,30 @@ Notes:
ROM_START( wcvol95 )
ROM_REGION( 0x100000, "maincpu", 0 ) /* DE156 code (encrypted) */
+ ROM_LOAD32_WORD( "pw00-0.2f", 0x000002, 0x080000, CRC(86765209) SHA1(f78d073610b630ba6aa2352da9b394ef8b8ef628) )
+ ROM_LOAD32_WORD( "pw01-0.4f", 0x000000, 0x080000, CRC(3a0ee861) SHA1(568ab26e9985b0a63b10bb0f57d45e1f15593047) )
+
+ ROM_REGION( 0x080000, "gfx1", 0 )
+ ROM_LOAD( "mbx-00.9a", 0x000000, 0x080000, CRC(a0b24204) SHA1(cec8089c6c635f23b3a4aeeef2c43f519568ad70) )
+
+ ROM_REGION( 0x200000, "gfx2", 0 )
+ ROM_LOAD16_BYTE( "mbx-01.12a", 0x000000, 0x100000, CRC(73deb3f1) SHA1(c0cabecfd88695afe0f27c5bb115b4973907207d) )
+ ROM_LOAD16_BYTE( "mbx-02.13a", 0x000001, 0x100000, CRC(3204d324) SHA1(44102f71bae44bf3a9bd2de7e5791d959a2c9bdd) )
+
+ ROM_REGION( 0x200000, "ymz", 0 ) /* YMZ280B-F samples */
+ ROM_LOAD( "mbx-03.13j", 0x00000, 0x200000, CRC(061632bc) SHA1(7900ac56e59f4a4e5768ce72f4a4b7c5875f5ae8) )
+
+// ROM_REGION( 0x80, "user1", 0 ) /* eeprom */
+// ROM_LOAD( "93c46.3k", 0x00, 0x80, CRC(88f8e270) SHA1(cb82203ad38e0c12ea998562b7b785979726afe5) )
+
+ ROM_REGION( 0x200, "gals", 0 )
+ ROM_LOAD( "gal16v8b.10j.bin", 0x000, 0x117, CRC(06bbcbd5) SHA1(f7adb4bca13bb799bc42411eb178edfdc11a76c7) )
+ ROM_LOAD( "gal16v8b.5d.bin", 0x000, 0x117, CRC(117784f0) SHA1(daf3720740621fc3af49333c96795718b693f4d2))
+ROM_END
+
+
+ROM_START( wcvol95j )
+ ROM_REGION( 0x100000, "maincpu", 0 ) /* DE156 code (encrypted) */
ROM_LOAD32_WORD( "pn00-0.2f", 0x000002, 0x080000, CRC(c9ed2006) SHA1(cee93eafc42c4de7a1453c85e7d6bca8d62cdc7b) )
ROM_LOAD32_WORD( "pn01-0.4f", 0x000000, 0x080000, CRC(1c3641c3) SHA1(60dddc3585e4dedb485f7505fee03495f615c0c0) )
@@ -625,7 +649,6 @@ ROM_START( wcvol95 )
ROM_END
-
ROM_START( wcvol95x )
ROM_REGION( 0x100000, "maincpu", 0 ) /* DE156 code (encrypted) */
// no label markings were present
@@ -694,5 +717,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 (Japan v1.0)", 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, 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 )
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index a4082b2c29d..2a27cd08609 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -11284,6 +11284,7 @@ hvysmsh // MBG (c) 1993 Data East Corporation (World)
hvysmsha // MBG (c) 1993 Data East Corporation (Asia)
hvysmshj // MBG (c) 1993 Data East Corporation (Japan)
wcvol95 // MBX (c) 1993 Data East
+wcvol95j // MBX (c) 1993 Data East
wcvol95x // ?
@source:deco32.cpp