From 0477b2b02f63c9920fbde294726123393aa71f25 Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Sat, 22 May 2010 20:43:06 +0000 Subject: [PATCH] new clone added "Zola-Puc" Adds the "original" Zola-Puc hack by Rayglo. The current set looks to be a hack of hack. New Clone Added --------------------------- Ms. Pacman Champion Edition / Zola-Puc Gal [Andrew Welburn, The Dumping Union] --- src/mame/drivers/pacman.c | 25 +++++++++++++++++++++++-- src/mame/mamedriv.c | 3 ++- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/src/mame/drivers/pacman.c b/src/mame/drivers/pacman.c index c3e32feae06..315171a9515 100644 --- a/src/mame/drivers/pacman.c +++ b/src/mame/drivers/pacman.c @@ -4114,7 +4114,27 @@ ROM_START( pacgal ) ROM_END -ROM_START( mschamp ) +ROM_START( mschamp ) /* "Original" Zola-Puc board. FORCE ELECTRONICS KM-001 PCB copyright by RAYGLO MFG CO 1992/1993 */ + ROM_REGION( 0x20000, "maincpu", 0 ) + ROM_LOAD( "9fg.bin", 0x10000, 0x10000, CRC(04dba113) SHA1(6260fb58c47a506a60385fb7536fc4fbd8e02c7c) ) /* banked */ + + ROM_REGION( 0x2000, "gfx1", 0 ) + ROM_LOAD( "8e.bin", 0x0000, 0x0800, CRC(17435f53) SHA1(e844a7dfdb56a6f6cce5a3cf505d018434294470) ) + ROM_CONTINUE( 0x1000, 0x0800 ) + ROM_CONTINUE( 0x0800, 0x0800 ) + ROM_CONTINUE( 0x1800, 0x0800 ) + + ROM_REGION( 0x0120, "proms", 0 ) + ROM_LOAD( "82s123.7f", 0x0000, 0x0020, CRC(2fc650bd) SHA1(8d0268dee78e47c712202b0ec4f1f51109b1f2a5) ) + ROM_LOAD( "82s126.4a", 0x0020, 0x0100, CRC(3eb3a8e4) SHA1(19097b5f60d1030f8b82d9f1d3a241f93e5c75d6) ) + + ROM_REGION( 0x0200, "namco", 0 ) + ROM_LOAD( "82s126.1m", 0x0000, 0x0100, CRC(a9cc86bf) SHA1(bbcec0570aeceb582ff8238a4bc8546a23430081) ) + ROM_LOAD( "82s126.3m", 0x0100, 0x0100, CRC(77245b66) SHA1(0c4d0bee858b97632411c440bea6948a74759746) ) +ROM_END + + +ROM_START( mschamps ) /* Hack of hack??? Hack of the above "Rayglo" set??? */ ROM_REGION( 0x20000, "maincpu", 0 ) ROM_LOAD( "pm4.bin", 0x10000, 0x10000, CRC(7d6b6303) SHA1(65ad72a9188422653c02a48c07ed2661e1e36961) ) /* banked */ @@ -5814,5 +5834,6 @@ GAME( 1985, 8bpm, 8ballact, 8bpm, 8bpm, 8bpm, ROT90, "Seatongro GAME( 1985, porky, 0, porky, porky, porky, ROT90, "Shinkai Inc. (Magic Eletronics Inc. licence)", "Porky", GAME_SUPPORTS_SAVE ) GAME( 1986, rocktrv2, 0, rocktrv2, rocktrv2, rocktrv2, ROT90, "Triumph Software Inc.", "MTV Rock-N-Roll Trivia (Part 2)", GAME_SUPPORTS_SAVE ) GAME( 1986, bigbucks, 0, bigbucks, bigbucks, 0, ROT90, "Dynasoft Inc.", "Big Bucks", GAME_SUPPORTS_SAVE ) -GAME( 1995, mschamp, mspacman, mschamp, mschamp, 0, ROT90, "hack", "Ms. Pacman Champion Edition / Super Zola Pac Gal", GAME_SUPPORTS_SAVE ) +GAME( 1992, mschamp, mspacman, mschamp, mschamp, 0, ROT90, "hack", "Ms. Pacman Champion Edition / Zola-Puc Gal", GAME_SUPPORTS_SAVE ) /* Rayglo version */ +GAME( 1995, mschamps, mspacman, mschamp, mschamp, 0, ROT90, "hack", "Ms. Pacman Champion Edition / Super Zola-Puc Gal", GAME_SUPPORTS_SAVE ) GAME( 198?, cannonbp, 0, pacman, cannonbp, cannonbp, ROT90, "Novomatic", "Cannon Ball (Pacman Hardware)", GAME_WRONG_COLORS|GAME_SUPPORTS_SAVE ) diff --git a/src/mame/mamedriv.c b/src/mame/mamedriv.c index bc9ec8f822f..b0ae2a60d51 100644 --- a/src/mame/mamedriv.c +++ b/src/mame/mamedriv.c @@ -108,7 +108,8 @@ const game_driver * const drivers[] = DRIVER( beastf ) /* (c) 1984 Epos Corporation */ DRIVER( rocktrv2 ) /* (c) 1986 Triumph Software Inc */ DRIVER( bigbucks ) /* (c) 1986 Dynasoft Inc. */ - DRIVER( mschamp ) /* hack */ + DRIVER( mschamp ) /* hack by RAYGLO MFG "Zola-Puc" (c) 1992/1993 */ + DRIVER( mschamps ) /* hack (hack of the Rayglo hack?) */ DRIVER( cannonbp ) /* hack */ /* S2650 Pacman Kits */