Previous 199869 Revisions Next

r34409 Friday 16th January, 2015 at 00:32:53 UTC by Brian Troha
New Player's Edge Poker clones

New Clones Added
--------------------------------------------
Player's Edge Plus (PP0038) Standard Draw Poker [BrianT]
Player's Edge Plus (PP0116) Standard Draw Poker (Mirage) [BrianT]
[src/mame]mame.lst
[src/mame/drivers]peplus.c

trunk/src/mame/drivers/peplus.c
r242920r242921
16241624   ROM_LOAD( "cap740.u50", 0x0000, 0x0100, CRC(6fe619c4) SHA1(49e43dafd010ce0fe9b2a63b96a4ddedcb933c6d) ) /* BPROM type DM74LS471 (compatible with N82S135N) verified */
16251625ROM_END
16261626
1627ROM_START( pepp0038 ) /* Normal board : Standard Draw Poker (PP0038) */
1628/*
1629PayTable   Js+  2PR  3K   STR  FL  FH  4K  SF  RF  (Bonus)
1630----------------------------------------------------------
1631   PE       1    2    3    4    6   9  25  50 300    900
1632  % Range: 95.8-97.8%  Optimum: 99.8%  Hit Frequency: 45.4%
1633     Programs Available: PP0038, X002121P
1634*/
1635   ROM_REGION( 0x10000, "maincpu", 0 )
1636   ROM_LOAD( "pp0038_a45-a74.u68",   0x00000, 0x10000, CRC(85fe387e) SHA1(a0aa4cb422c04066d61d665943eced30b2eaf5b2) ) /* Game Version: A45, Library Version: A74 */
1637
1638   ROM_REGION( 0x020000, "gfx1", 0 )
1639   ROM_LOAD( "mro-cg821.u72",   0x00000, 0x8000, CRC(e91f1192) SHA1(1a00027b681fad6b350366b2dff7411445a07f05) )
1640   ROM_LOAD( "mgo-cg821.u73",   0x08000, 0x8000, CRC(fa417bbc) SHA1(8c59d9156fb52099bf76b0a7e0da3a27518d6f19) )
1641   ROM_LOAD( "mbo-cg821.u74",   0x10000, 0x8000, CRC(4229457a) SHA1(aa1f26792279a834ed2025d6be58fa7ea38329fd) )
1642   ROM_LOAD( "mxo-cg821.u75",   0x18000, 0x8000, CRC(2da9729a) SHA1(3a5cf4c794e0057bdb705e0c7da541c3c8b48591) )
1643
1644   ROM_REGION( 0x100, "proms", 0 )
1645   ROM_LOAD( "cap904.u50", 0x0000, 0x0100, CRC(0eec8336) SHA1(a6585c978dbc2f4f3818e3a5b92f8c28be23c4c0) ) /* BPROM type N82S135N verified */
1646ROM_END
1647
16271648ROM_START( pepp0040 ) /* Normal board : Standard Draw Poker (PP0040) */
16281649/*
16291650PayTable   Js+  2PR  3K   STR  FL  FH  4K  SF  RF  (Bonus)
r242920r242921
22652286   ROM_LOAD( "cap740.u50", 0x0000, 0x0100, CRC(6fe619c4) SHA1(49e43dafd010ce0fe9b2a63b96a4ddedcb933c6d) ) /* BPROM type DM74LS471 (compatible with N82S135N) verified */
22662287ROM_END
22672288
2289ROM_START( pepp0116a ) /* Normal board : Standard Draw Poker (PP0116) */
2290/*
2291PayTable   Js+  2PR  3K   STR  FL  FH  4K  SF  RF  (Bonus)
2292----------------------------------------------------------
2293   BA       1    2    3    4    5   8  25  50 250    800
2294  % Range: 93.8-95.8%  Optimum: 97.8%  Hit Frequency: 45.3%
2295     Programs Available: PP0116
2296*/
2297   ROM_REGION( 0x10000, "maincpu", 0 )
2298   ROM_LOAD( "pp0116_554-544.u68",   0x00000, 0x8000, CRC(27aba06b) SHA1(7976a2b2577c28e332091cbbcb4c7d53ffbea827) ) /* Game Version: 554, Library Version: 544, Video Lib Ver: 544 */
2299   ROM_RELOAD(                       0x08000, 0x8000) /* 32K version built using earlier gaming libraries */
2300
2301   ROM_REGION( 0x020000, "gfx1", 0 )
2302   ROM_LOAD( "mro-cg864.u72",   0x00000, 0x8000, CRC(f4ac28b9) SHA1(35c8a603120f35bd92905e0491e9ae5cd201e13f) ) /*  09/13/89   @ IGT  L89-1706  */
2303   ROM_LOAD( "mgo-cg864.u73",   0x08000, 0x8000, CRC(da8efcb9) SHA1(942c6b613074c52f6ed1c2fce78d46ef0f221c48) ) /* Custom Mirage casino card backs */
2304   ROM_LOAD( "mbo-cg864.u74",   0x10000, 0x8000, CRC(d48ac9cd) SHA1(a62d6c1daf199856aa1777d1d99fe81399215e36) )
2305   ROM_LOAD( "mxo-cg864.u75",   0x18000, 0x8000, CRC(04f81245) SHA1(055271c6c502fad3be5f2d694a94f96bf3176404) )
2306
2307   ROM_REGION( 0x100, "proms", 0 )
2308   ROM_LOAD( "cap864.u50", 0x0000, 0x0100, CRC(c80e5743) SHA1(edf4e5a68905cc566077613d856bc90b8136a227) ) /* BPROM type DM74LS471 (compatible with N82S135N) verified */
2309ROM_END
2310
22682311ROM_START( pepp0118 ) /* Normal board : Standard Draw Poker (PP0118) */
22692312/*
22702313PayTable   Js+  2PR  3K  STR  FL  FH  4K  SF  RF  (Bonus)
r242920r242921
90329075GAMEL(1987, pepp0014,  pepp0002, peplus,  peplus_poker, peplus_state, peplus,   ROT0,  "IGT - International Game Technology", "Player's Edge Plus (PP0014) Standard Draw Poker (International)", 0, layout_pe_poker )
90339076GAMEL(1987, pepp0014a, pepp0002, peplus,  peplus_poker, peplus_state, nonplus,  ROT0,  "IGT - International Game Technology", "Player's Edge Plus (PP0014) Standard Draw Poker",           0, layout_pe_poker )
90349077GAMEL(1987, pepp0023,  pepp0002, peplus,  peplus_poker, peplus_state, nonplus,  ROT0,  "IGT - International Game Technology", "Player's Edge Plus (PP0023) 10's or Better",                0, layout_pe_poker )
9078GAMEL(1987, pepp0038,  pepp0002, peplus,  peplus_poker, peplus_state, peplus,   ROT0,  "IGT - International Game Technology", "Player's Edge Plus (PP0038) Standard Draw Poker",           0, layout_pe_poker )
90359079GAMEL(1987, pepp0040,  pepp0002, peplus,  peplus_poker, peplus_state, peplus,   ROT0,  "IGT - International Game Technology", "Player's Edge Plus (PP0040) Standard Draw Poker",           0, layout_pe_poker )
90369080GAMEL(1987, pepp0040a, pepp0002, peplus,  peplus_poker, peplus_state, peplus,   ROT0,  "IGT - International Game Technology", "Player's Edge Plus (PP0040) Standard Draw Poker (International)", 0, layout_pe_poker )
90379081GAMEL(1987, pepp0041,  pepp0002, peplus,  peplus_poker, peplus_state, peplus,   ROT0,  "IGT - International Game Technology", "Player's Edge Plus (PP0041) Standard Draw Poker",           0, layout_pe_poker )
r242920r242921
90619105GAMEL(1987, pepp0083,  pepp0002, peplus,  peplus_poker, peplus_state, nonplus,  ROT0,  "IGT - International Game Technology", "Player's Edge Plus (PP0083) 10's or Better",                0, layout_pe_poker )
90629106GAMEL(1987, pepp0103,  pepp0055, peplus,  peplus_poker, peplus_state, nonplus,  ROT0,  "IGT - International Game Technology", "Player's Edge Plus (PP0103) Deuces Wild Poker",             0, layout_pe_poker )
90639107GAMEL(1987, pepp0116,  pepp0002, peplus,  peplus_poker, peplus_state, nonplus,  ROT0,  "IGT - International Game Technology", "Player's Edge Plus (PP0116) Standard Draw Poker",           0, layout_pe_poker )
9108GAMEL(1987, pepp0116a, pepp0002, peplus,  peplus_poker, peplus_state, nonplus,  ROT0,  "IGT - International Game Technology", "Player's Edge Plus (PP0116) Standard Draw Poker (Mirage)",  0, layout_pe_poker )
90649109GAMEL(1987, pepp0118,  pepp0002, peplus,  peplus_poker, peplus_state, nonplus,  ROT0,  "IGT - International Game Technology", "Player's Edge Plus (PP0118) Standard Draw Poker",           0, layout_pe_poker )
90659110GAMEL(1987, pepp0120,  0,        peplus,  peplus_poker, peplus_state, nonplus,  ROT0,  "IGT - International Game Technology", "Player's Edge Plus (PP0120) Wild Sevens Poker",             0, layout_pe_poker )
90669111GAMEL(1987, pepp0125,  pepp0055, peplus,  peplus_poker, peplus_state, nonplus,  ROT0,  "IGT - International Game Technology", "Player's Edge Plus (PP0125) Deuces Wild Poker",             0, layout_pe_poker )
trunk/src/mame/mame.lst
r242920r242921
1105411054pepp0014        // (c) 1987 IGT - International Game Technology
1105511055pepp0014a       // (c) 1987 IGT - International Game Technology
1105611056pepp0023        // (c) 1987 IGT - International Game Technology
11057pepp0038        // (c) 1987 IGT - International Game Technology
1105711058pepp0040        // (c) 1987 IGT - International Game Technology
1105811059pepp0040a       // (c) 1987 IGT - International Game Technology
1105911060pepp0041        // (c) 1987 IGT - International Game Technology
r242920r242921
1108311084pepp0083        // (c) 1987 IGT - International Game Technology
1108411085pepp0103        // (c) 1987 IGT - International Game Technology
1108511086pepp0116        // (c) 1987 IGT - International Game Technology
11087pepp0116a       // (c) 1987 IGT - International Game Technology
1108611088pepp0118        // (c) 1987 IGT - International Game Technology
1108711089pepp0120        // (c) 1987 IGT - International Game Technology
1108811090pepp0125        // (c) 1987 IGT - International Game Technology


Previous 199869 Revisions Next


© 1997-2024 The MAME Team