From 742adc4d60f10ac03522d59500a263ed9c4eb95c Mon Sep 17 00:00:00 2001 From: briantro Date: Fri, 26 May 2017 20:03:56 -0500 Subject: [PATCH] New Machine Added New Machine Added ----------------------------------------------- Player's Edge Plus (PS0629) Double Hot Peppers Slots [BrianT] --- src/mame/drivers/peplus.cpp | 15 +++++++++++++++ src/mame/mame.lst | 1 + 2 files changed, 16 insertions(+) diff --git a/src/mame/drivers/peplus.cpp b/src/mame/drivers/peplus.cpp index 38d4a5273ee..a518b196efa 100644 --- a/src/mame/drivers/peplus.cpp +++ b/src/mame/drivers/peplus.cpp @@ -8460,6 +8460,20 @@ ROM_START( peps0628 ) /* Normal board : Double Black Jack (PS0628) - Payout 92.5 ROM_LOAD( "cap960.u50", 0x0000, 0x0100, CRC(00dd8d0a) SHA1(542763b12aeb0aec2b410f7c075c52907f45d171) ) /* WRONG!! - Should be CAP2250 here */ ROM_END +ROM_START( peps0629 ) /* Normal board : Double Hot Peppers (PS0629) - Payout 94.99% */ + ROM_REGION( 0x10000, "maincpu", 0 ) + ROM_LOAD( "ps0629_586-a6c.u68", 0x00000, 0x10000, CRC(05a15c83) SHA1(8e6359ec7792ebd37ca8134fbe9c50794a0bbc26) ) /* 2 Coins Max / 1 Line - 04/04/96 @ IGT MNI */ + + ROM_REGION( 0x020000, "gfx1", 0 ) + ROM_LOAD( "mro-cg2252.u72", 0x00000, 0x8000, CRC(b32616f3) SHA1(1cc422a4b39b61c21e51e89e4dc7b07cf40c2f31) ) /* 04/04/96 @ IGT MNI */ + ROM_LOAD( "mgo-cg2252.u73", 0x08000, 0x8000, CRC(1f5aee31) SHA1(1e1a4412133eaa48218ed5f6fa2a7ab2f3a827f0) ) + ROM_LOAD( "mbo-cg2252.u74", 0x10000, 0x8000, CRC(dd3108e4) SHA1(11b790ca4aee0487ad4abaabd651bd2ec984aac2) ) + ROM_LOAD( "mxo-cg2252.u75", 0x18000, 0x8000, CRC(4db9e224) SHA1(05f4c280dd7c77f77ddf4f938e92e8470bdab0c0) ) + + ROM_REGION( 0x100, "proms", 0 ) + ROM_LOAD( "cap2252.u50", 0x0000, 0x0100, CRC(9005d28e) SHA1(a91d97b3520c9e389ba58bccb4d5c4fe687eac48) ) +ROM_END + ROM_START( peps0631 ) /* Normal board : Wild Star Red White & Blue Slots (PS0631) - Payout 89.96% */ ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "ps0631_586-a6c.u68", 0x00000, 0x10000, CRC(3d4c52dd) SHA1(f6b31a77de52c0d6402b51349f34bdb687b27178) ) /* 3 Coins Max / 1 Line */ @@ -14381,6 +14395,7 @@ GAMEL(1996, peps0470, 0, peplus, peplus_slots, peplus_state, peplus, GAMEL(1996, peps0581, peps0021, peplus, peplus_slots, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PS0581) Red White & Blue Slots", 0, layout_pe_slots ) GAMEL(1996, peps0615, 0, peplus, peplus_slots, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PS0615) Chaos Slots", MACHINE_WRONG_COLORS, layout_pe_slots ) /* CAP2246 not dumped */ GAMEL(1996, peps0628, 0, peplus, peplus_slots, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PS0628) Double Black Jack Slots", MACHINE_WRONG_COLORS, layout_pe_slots ) /* CAP2250 not dumped */ +GAMEL(1996, peps0629, 0, peplus, peplus_slots, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PS0629) Double Hot Peppers Slots", 0, layout_pe_slots ) GAMEL(1996, peps0631, peps0358, peplus, peplus_slots, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PS0631) Wild Star Red White & Blue Slots", 0, layout_pe_slots ) GAMEL(1996, peps0708, 0, peplus, peplus_slots, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PS0708) Double Cherry Bar Slots", 0, layout_pe_slots ) GAMEL(1996, peps0716, 0, peplus, peplus_slots, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PS0716) River Gambler Slots", 0, layout_pe_slots ) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index 796293ebf51..271253794e7 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -30495,6 +30495,7 @@ peps0470 // (c) 1996 IGT - International Game Technology peps0581 // (c) 1996 IGT - International Game Technology peps0615 // (c) 1996 IGT - International Game Technology peps0628 // (c) 1996 IGT - International Game Technology +peps0629 // (c) 1996 IGT - International Game Technology peps0631 // (c) 1996 IGT - International Game Technology peps0708 // (c) 1996 IGT - International Game Technology peps0716 // (c) 1996 IGT - International Game Technology