summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-02-26 09:00:04 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-02-26 09:00:04 +0000
commitaaeb98578fb7009b21866310875f7f724327f99e (patch)
tree8c78c971e18c19700abfeb5135bb80a92bc9e6c4
parentd38b32ff5c2742f3074a6b576f7994f3cd5dd37b (diff)
New clone: Pipe Dream (World) [Corrado Tomaselli]
-rw-r--r--src/mame/drivers/pipedrm.c37
-rw-r--r--src/mame/mamedriv.c3
2 files changed, 38 insertions, 2 deletions
diff --git a/src/mame/drivers/pipedrm.c b/src/mame/drivers/pipedrm.c
index 38f4aaed4b4..f6e1d74eb77 100644
--- a/src/mame/drivers/pipedrm.c
+++ b/src/mame/drivers/pipedrm.c
@@ -633,6 +633,40 @@ MACHINE_DRIVER_END
ROM_START( pipedrm )
ROM_REGION( 0x20000, "maincpu", 0 )
+ ROM_LOAD( "y1.u129", 0x00000, 0x08000, CRC(9b4d84a2) SHA1(82c26cf52b37ca3bcc10a534759e7bb52b1daa2d) )
+ ROM_LOAD( "yb.u110", 0x10000, 0x10000, CRC(7416554a) SHA1(612aff94da3ec282e200c07eae9af26a28e071bd) )
+
+ ROM_REGION( 0x20000, "audiocpu", 0 )
+ ROM_LOAD( "4", 0x00000, 0x08000, CRC(497fad4c) SHA1(f151543a0c4a1d6d5d2de5e1dc12fd59dabcf1a8) )
+ ROM_LOAD( "3", 0x10000, 0x10000, CRC(4800322a) SHA1(a616c497ac18351b68b8307050a2a62c717a7873) )
+
+ ROM_REGION( 0x100000, "gfx1", ROMREGION_DISPOSE )
+ ROM_LOAD( "s73", 0x000000, 0x80000, CRC(63f4e10c) SHA1(ba935490578887080d8b16508fa6191236a8fea6) )
+ ROM_LOAD( "s72", 0x080000, 0x80000, CRC(4e669e97) SHA1(1de8a8cd8f8f69fa86b8fe2c73c6997e7a89c706) )
+
+ ROM_REGION( 0x100000, "gfx2", ROMREGION_DISPOSE )
+ ROM_LOAD( "s71", 0x000000, 0x80000, CRC(431485ee) SHA1(70a2ba5338598db9fcd9ef2be46e5cc2fd9510ee) )
+ ROM_COPY( "gfx1", 0x080000, 0x080000, 0x80000 )
+
+ ROM_REGION( 0x080000, "gfx3", ROMREGION_DISPOSE )
+ ROM_LOAD16_BYTE( "a30", 0x00000, 0x40000, CRC(50bc5e98) SHA1(b351af780d04e67a560935a9eeaedf597ac5bb1f) )
+ ROM_LOAD16_BYTE( "a29", 0x00001, 0x40000, CRC(a240a448) SHA1(d64169258e91eb09e8685bcdd96b16bf56e82ef1) )
+
+ ROM_REGION( 0x80000, "ym", 0 )
+ ROM_LOAD( "g71", 0x00000, 0x80000, CRC(488e2fd1) SHA1(8ef8ceb2bd36a245138802f51babf62f17c30942) )
+
+ ROM_REGION( 0x80000, "ym.deltat", 0 )
+ ROM_LOAD( "g72", 0x00000, 0x80000, CRC(dc3d14be) SHA1(4220f3fd13487dd861ac84b1b0d3e92125b3cc19) )
+
+ ROM_REGION( 0x0800, "plds", ROMREGION_DISPOSE )
+ ROM_LOAD( "palce16v8h.114", 0x0000, 0x0117, CRC(1f3a3816) SHA1(2b4d84ab98036b8861961f610b1b1ec23a653ef7) )
+ ROM_LOAD( "gal16v8a.115", 0x0200, 0x0117, CRC(2b32e239) SHA1(a3b9e45a1ce15ea4cc5754b2bf89cbaa416e814a) )
+ ROM_LOAD( "gal16v8a.116", 0x0400, 0x0117, CRC(3674f043) SHA1(06c88f65877a6575149bdd4f7cea64cd310227bd) )
+ ROM_LOAD( "gal16v8a.127", 0x0600, 0x0117, CRC(7115d95c) SHA1(23044039373b5a2face63d72c3fc6bf7f0c8a475) )
+ROM_END
+
+ROM_START( pipedrmu )
+ ROM_REGION( 0x20000, "maincpu", 0 )
ROM_LOAD( "01.u12", 0x00000, 0x08000, CRC(9fe261fb) SHA1(57beeeade8809be0a71086f55b14b1676c0b3759) )
ROM_LOAD( "02.u11", 0x10000, 0x10000, CRC(c8209b67) SHA1(cca7356d75e8091b07e3328aef523ff452abbcd8) )
@@ -754,6 +788,7 @@ static DRIVER_INIT( hatris )
*
*************************************/
-GAME( 1990, pipedrm, 0, pipedrm, pipedrm, pipedrm, ROT0, "Video System Co.", "Pipe Dream (US)", GAME_SUPPORTS_SAVE )
+GAME( 1990, pipedrm, 0, pipedrm, pipedrm, pipedrm, ROT0, "Video System Co.", "Pipe Dream (World)", GAME_SUPPORTS_SAVE )
+GAME( 1990, pipedrmu, pipedrm, pipedrm, pipedrm, pipedrm, ROT0, "Video System Co.", "Pipe Dream (US)", GAME_SUPPORTS_SAVE )
GAME( 1990, pipedrmj, pipedrm, pipedrm, pipedrm, pipedrm, ROT0, "Video System Co.", "Pipe Dream (Japan)", GAME_SUPPORTS_SAVE )
GAME( 1990, hatris, 0, hatris, hatris, hatris, ROT0, "Video System Co.", "Hatris (Japan)", GAME_SUPPORTS_SAVE )
diff --git a/src/mame/mamedriv.c b/src/mame/mamedriv.c
index b63d173b63d..bca4ed2f824 100644
--- a/src/mame/mamedriv.c
+++ b/src/mame/mamedriv.c
@@ -6701,7 +6701,8 @@ BOMULEUL CHAJARA SEGA ST-V 1997/04/11
DRIVER( daiyogen ) /* [1990] Video System Co. (Japan) */
DRIVER( nmsengen ) /* (c) 1991 Video System (Japan) */
DRIVER( fromance ) /* (c) 1991 Video System Co. (Japan) */
- DRIVER( pipedrm ) /* (c) 1990 Video System Co. (US) */
+ DRIVER( pipedrm ) /* (c) 1990 Video System Co. (World) */
+ DRIVER( pipedrmu ) /* (c) 1990 Video System Co. (US) */
DRIVER( pipedrmj ) /* (c) 1990 Video System Co. (Japan) */
DRIVER( hatris ) /* (c) 1990 Video System Co. (Japan) */
DRIVER( spinlbrk ) /* (c) 1990 V-System Co. (World) */