From bc30dc1ea7db5c139c6593ad709cc784cdf95ff9 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Sat, 19 Aug 2023 07:19:04 +0200 Subject: New working clones ------------------ Player's Edge Plus (PP0052) Joker Poker (Aces or Better) [Brian Troha] New working systems ------------------- Player's Edge Plus (X000444P+XP000038) Standard Draw Poker [Brian Troha] --- src/mame/igt/peplus.cpp | 55 +++++++++++++++++++++++++++++++++++++++++++++++++ src/mame/mame.lst | 2 ++ 2 files changed, 57 insertions(+) diff --git a/src/mame/igt/peplus.cpp b/src/mame/igt/peplus.cpp index d1ed41f4b7c..b0350a7dc96 100644 --- a/src/mame/igt/peplus.cpp +++ b/src/mame/igt/peplus.cpp @@ -3443,6 +3443,32 @@ Superseded by PP0428 (Non Double-up) / PP0459 ROM_LOAD( "cap740.u50", 0x0000, 0x0100, CRC(6fe619c4) SHA1(49e43dafd010ce0fe9b2a63b96a4ddedcb933c6d) ) ROM_END +ROM_START( pepp0052 ) // Normal board Joker Poker (Aces or Better) (PP0052) +/* + w/J w/oJ +PayTable As 2P 3K STR FL FH 4K SF RF 5K RF (Bonus) +---------------------------------------------------------------- + P18A 1 1 2 3 5 6 20 50 100 200 500 800 + % Range: 89.8-91.8% Optimum: 93.8% Hit Frequency: 37.6% + Programs Available: PP0052 + +Superseded by PP0429 (Non Double-up) / PP0458 + +*/ + ROM_REGION( 0x10000, "maincpu", 0 ) + ROM_LOAD( "pp0052_554-544.u68", 0x00000, 0x8000, CRC(c3baee09) SHA1(d9892c7163d84c1f8ef8298bbadfffd43df3f3c4) ) // Game Version: 554, Library Version: 544, Video Lib Ver: 544 + ROM_RELOAD( 0x08000, 0x8000) // 32K version built using earlier gaming libraries + + ROM_REGION( 0x020000, "tiles", 0 ) + ROM_LOAD( "mro-cg740.u72", 0x00000, 0x8000, CRC(72667f6c) SHA1(89843f472cc0329317cfc643c63bdfd11234b194) ) // 08/12/87 @ IGT L87-2243 + ROM_LOAD( "mgo-cg740.u73", 0x08000, 0x8000, CRC(7437254a) SHA1(bba166dece8af58da217796f81117d0b05752b87) ) + ROM_LOAD( "mbo-cg740.u74", 0x10000, 0x8000, CRC(92e8c33e) SHA1(05344664d6fdd3f4205c50fa4ca76fc46c18cf8f) ) + ROM_LOAD( "mxo-cg740.u75", 0x18000, 0x8000, CRC(ce4cbe0b) SHA1(4bafcd68be94a5deaae9661584fa0fc940b834bb) ) + + ROM_REGION( 0x100, "proms", 0 ) + ROM_LOAD( "cap740.u50", 0x0000, 0x0100, CRC(6fe619c4) SHA1(49e43dafd010ce0fe9b2a63b96a4ddedcb933c6d) ) +ROM_END + ROM_START( pepp0053 ) // Normal board Joker Poker (Aces or Better) (PP0053) - PSR Verified /* w/J w/oJ @@ -11455,6 +11481,33 @@ PayTable Js+ 2PR 3K STR FL FH 4K SF RF (Bonus) ROM_LOAD( "capx1321.u43", 0x0000, 0x0200, CRC(4b57569f) SHA1(fa29c0f627e7ce79951ec6dadec114864144f37d) ) ROM_END +ROM_START( pex0444p ) // Superboard : Standard Draw Poker (X000444P+XP000038) - PSR Verified +/* +PayTable Js+ 2PR 3K STR FL FH 4K SF RF (Bonus) +---------------------------------------------------------- + P223A 1 2 3 4 5 8 30 50 250 800 + % Range: 94.5-96.5% Optimum: 98.5% Hit Frequency: 45.5% + Programs Available: X000444P + +4 of a Kind pays out at 30 per coin in vs. the usual 25 per coin in. + +*/ + ROM_REGION( 0x10000, "maincpu", 0 ) + ROM_LOAD( "xp000038.u67", 0x00000, 0x10000, CRC(8707ab9e) SHA1(3e00a2ad8017e1495c6d6fe900d0efa68a1772b8) ) // 09/05/95 @ IGT L95-2452 + + ROM_REGION( 0x10000, "user1", 0 ) + ROM_LOAD( "x000444p.u66", 0x00000, 0x10000, CRC(eb76d89f) SHA1(ab435d8af92d4c6b07246cdd50c6ffcacc00303a) ) // Standard Draw Poker - 03/07/95 @ IGT L95-0771 + + ROM_REGION( 0x020000, "tiles", 0 ) + ROM_LOAD( "mro-cg2242.u77", 0x00000, 0x8000, CRC(963a7e7d) SHA1(ebb159f6c731a3f912382745ef9a9c6d4fa2fc99) ) // 03/19/96 @ IGT L96-0703 + ROM_LOAD( "mgo-cg2242.u78", 0x08000, 0x8000, CRC(53eed56f) SHA1(e79f31c5c817b8b96b4970c1a702d1892961d441) ) + ROM_LOAD( "mbo-cg2242.u79", 0x10000, 0x8000, CRC(af092f50) SHA1(53a3536593bb14c4072e8a5ee9e05af332feceb1) ) + ROM_LOAD( "mxo-cg2242.u80", 0x18000, 0x8000, CRC(ecacb6b2) SHA1(32660adcc266fbbb3702a0cd30e25d11b953d23d) ) + + ROM_REGION( 0x200, "proms", 0 ) + ROM_LOAD( "capx1321.u43", 0x0000, 0x0200, CRC(4b57569f) SHA1(fa29c0f627e7ce79951ec6dadec114864144f37d) ) +ROM_END + ROM_START( pex0447p ) // Superboard : Standard Draw Poker (X000447P+XP000038) - PSR Verified /* PayTable Js+ 2PR 3K STR FL FH 4K SF RF (Bonus) @@ -15882,6 +15935,7 @@ GAMEL( 1987, pepp0050a, pepp0048, peplus, peplus_poker, peplus_state, init_nonp GAMEL( 1987, pepp0050b, pepp0048, peplus, peplus_poker, peplus_state, init_nonplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0050) Joker Poker (set 3)", MACHINE_SUPPORTS_SAVE, layout_pe_poker ) GAMEL( 1987, pepp0050c, pepp0048, peplus, peplus_poker, peplus_state, init_nonplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0050) Joker Poker (set 4, El Cortez)", MACHINE_SUPPORTS_SAVE, layout_pe_poker ) GAMEL( 1987, pepp0051, pepp0048, peplus, peplus_poker, peplus_state, init_nonplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0051) Joker Poker", MACHINE_SUPPORTS_SAVE, layout_pe_poker ) +GAMEL( 1987, pepp0052, pepp0048, peplus, peplus_poker, peplus_state, init_nonplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0052) Joker Poker (Aces or Better)", MACHINE_SUPPORTS_SAVE, layout_pe_poker ) GAMEL( 1987, pepp0053, pepp0048, peplus, peplus_poker, peplus_state, init_peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0053) Joker Poker (Aces or Better)", MACHINE_SUPPORTS_SAVE, layout_pe_poker ) GAMEL( 1987, pepp0054, 0, peplus, peplus_poker, peplus_state, init_nonplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0054) Deuces Wild Poker (El Cortez)", MACHINE_SUPPORTS_SAVE, layout_pe_poker ) GAMEL( 1987, pepp0055, pepp0054, peplus, peplus_poker, peplus_state, init_peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0055) Deuces Wild Poker (set 1)", MACHINE_SUPPORTS_SAVE, layout_pe_poker ) @@ -16274,6 +16328,7 @@ GAMEL( 1995, pex0417p, 0, peplus, peplus_poker, peplus_state, init_pepl GAMEL( 1995, pex0426p, 0, peplus, peplus_poker, peplus_state, init_peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X000426P+XP000038) Joker Poker", MACHINE_SUPPORTS_SAVE, layout_pe_poker ) GAMEL( 1995, pex0430p, 0, peplus, peplus_poker, peplus_state, init_peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X000430P+XP000079) Deuces Joker Wild Poker", MACHINE_SUPPORTS_SAVE, layout_pe_poker ) GAMEL( 1995, pex0434p, 0, peplus, peplus_poker, peplus_state, init_peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X000434P+XP000038) Bonus Poker Deluxe", MACHINE_SUPPORTS_SAVE, layout_pe_poker ) +GAMEL( 1995, pex0444p, 0, peplus, peplus_poker, peplus_state, init_peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X000444P+XP000038) Standard Draw Poker", MACHINE_SUPPORTS_SAVE, layout_pe_poker ) GAMEL( 1995, pex0447p, 0, peplus, peplus_poker, peplus_state, init_peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X000447P+XP000038) Standard Draw Poker", MACHINE_SUPPORTS_SAVE, layout_pe_poker ) GAMEL( 1995, pex0449p, 0, peplus, peplus_poker, peplus_state, init_peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X000449P+XP000038) Standard Draw Poker", MACHINE_SUPPORTS_SAVE, layout_pe_poker ) GAMEL( 1995, pex0451p, 0, peplus, peplus_poker, peplus_state, init_peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X000451P+XP000038) Bonus Poker Deluxe", MACHINE_SUPPORTS_SAVE, layout_pe_poker ) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index 51f4b26bc4c..3370963bd2e 100755 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -20303,6 +20303,7 @@ pepp0050a // (c) 1987 IGT - International Game Technology pepp0050b // (c) 1987 IGT - International Game Technology pepp0050c // (c) 1987 IGT - International Game Technology pepp0051 // (c) 1987 IGT - International Game Technology +pepp0052 // (c) 1987 IGT - International Game Technology pepp0053 // (c) 1987 IGT - International Game Technology pepp0054 // (c) 1987 IGT - International Game Technology pepp0055 // (c) 1987 IGT - International Game Technology @@ -20632,6 +20633,7 @@ pex0417p // (c) 1995 IGT - International Game Technology pex0426p // (c) 1995 IGT - International Game Technology pex0430p // (c) 1995 IGT - International Game Technology pex0434p // (c) 1995 IGT - International Game Technology +pex0444p // (c) 1995 IGT - International Game Technology pex0447p // (c) 1995 IGT - International Game Technology pex0449p // (c) 1995 IGT - International Game Technology pex0451p // (c) 1995 IGT - International Game Technology -- cgit v1.2.3