mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
new working PE poker clones
New Clone Added --------------------------------------------------- Player's Edge Plus (PP0472) Deuces Wild Poker [BrianT] Player's Edge Plus (X002149P+XP000038) Triple Bonus Poker [BrianT]
This commit is contained in:
parent
8b21711545
commit
1864152bac
@ -203,7 +203,6 @@ A Note about Best Bet Products.
|
||||
#include "machine/nvram.h"
|
||||
#include "sound/ay8910.h"
|
||||
#include "video/mc6845.h"
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
|
||||
@ -6225,6 +6224,28 @@ PayTable Js+ 2P 3K STR FL FH 4K 7s* SF RF (Bonus)
|
||||
ROM_LOAD( "cap740.u50", 0x0000, 0x0100, CRC(6fe619c4) SHA1(49e43dafd010ce0fe9b2a63b96a4ddedcb933c6d) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( pepp0472 ) /* Normal board : Deuces Wild Poker (PP0472) - PSR Verified */
|
||||
/*
|
||||
w/D w/oD
|
||||
PayTable 3K STR FL FH 4K SF 5K RF 4D RF (Bonus)
|
||||
------------------------------------------------------------
|
||||
???? 1 2 2 3 4 10 15 25 400 250 800
|
||||
% Range: 94.9-96.9% Optimum: 98.9% Hit Frequency: 45.1%
|
||||
Programs Available: PP0472
|
||||
*/
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
ROM_LOAD( "pp0472_a47-a76.u68", 0x00000, 0x10000, CRC(5d98349b) SHA1(1b4ee66a0f70b8816c0dd05a0bcc028a83b66501) ) /* Game Version: A47, Library Version: A76 - 04/18/96 @ IGT L96-1166 */
|
||||
|
||||
ROM_REGION( 0x020000, "gfx1", 0 )
|
||||
ROM_LOAD( "mro-cg2133.u72", 0x00000, 0x8000, CRC(b21a789f) SHA1(c49f9b5f51c29bbc0e1392e86d6602bd44e46380) ) /* 02/02/95 @ IGT L95-0276 */
|
||||
ROM_LOAD( "mgo-cg2133.u73", 0x08000, 0x8000, CRC(2b7db148) SHA1(d5ff5dde3589d28937d13dc5c4c38caa1ebf2d56) )
|
||||
ROM_LOAD( "mbo-cg2133.u74", 0x10000, 0x8000, CRC(6ed455b7) SHA1(e4f223606c19d09be501461f38520f423599e0a2) )
|
||||
ROM_LOAD( "mxo-cg2133.u75", 0x18000, 0x8000, CRC(095ea26d) SHA1(9bdd8afe67da2370c4ca2d8418f3afdaf7b557ff) )
|
||||
|
||||
ROM_REGION( 0x100, "proms", 0 )
|
||||
ROM_LOAD( "cap773.u50", 0x0000, 0x0100, CRC(294b7b10) SHA1(a405a4b8547b713c5c02dacb19e7354095a7b584) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( pepp0488 ) /* Normal board : Standard Draw Poker (PP0488) - PSR Verified */
|
||||
/*
|
||||
PayTable Js+ TP 3K STR FL FH 4K 4A SF RF (Bonus)
|
||||
@ -11565,7 +11586,32 @@ Also compatible with:
|
||||
ROM_LOAD( "capx1321.u43", 0x0000, 0x0200, CRC(4b57569f) SHA1(fa29c0f627e7ce79951ec6dadec114864144f37d) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( pex2150p ) /* Superboard : 4 of a Kind Bonus Poker (X002105P+XP000038) - $1 Denominations Only - PSR Verified */
|
||||
ROM_START( pex2149p ) /* Superboard : Triple Bonus Poker (X002149P+XP000038) - $1 Denominations Only - PSR Verified */
|
||||
/*
|
||||
5-K 2-4
|
||||
PayTable Js+ 2PR 3K STR FL FH 4K 4K 4A SF RF (Bonus)
|
||||
-----------------------------------------------------------------
|
||||
P768BA 1 1 3 4 7 9 75 120 240 50 250 800
|
||||
% Range: 93.5-95.5% Optimum: 97.5% Hit Frequency: 34.7%
|
||||
Programs Available: X002149P
|
||||
*/
|
||||
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( "x002149p.u66", 0x00000, 0x10000, CRC(c0eeabbb) SHA1(40d6b6ed17a355f3fb3cc983b569b4e183e8c94f) ) /* Triple Bonus Poker */
|
||||
|
||||
ROM_REGION( 0x020000, "gfx1", 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( pex2150p ) /* Superboard : Triple Bonus Poker (X002150P+XP000038) - $1 Denominations Only - PSR Verified */
|
||||
/*
|
||||
5-K 2-4
|
||||
PayTable Js+ 2PR 3K STR FL FH 4K 4K 4A SF RF (Bonus)
|
||||
@ -11578,7 +11624,7 @@ PayTable Js+ 2PR 3K STR FL FH 4K 4K 4A SF RF (Bonus)
|
||||
ROM_LOAD( "xp000038.u67", 0x00000, 0x10000, CRC(8707ab9e) SHA1(3e00a2ad8017e1495c6d6fe900d0efa68a1772b8) ) /* 09/05/95 @ IGT L95-2452 */
|
||||
|
||||
ROM_REGION( 0x10000, "user1", 0 )
|
||||
ROM_LOAD( "x002150p.u66", 0x00000, 0x10000, CRC(b4b531c4) SHA1(f5fa988d963cb0fe00aebc4eb99043d1b70f9516) ) /* 4 of a Kind Bonus Poker */
|
||||
ROM_LOAD( "x002150p.u66", 0x00000, 0x10000, CRC(b4b531c4) SHA1(f5fa988d963cb0fe00aebc4eb99043d1b70f9516) ) /* Triple Bonus Poker */
|
||||
|
||||
ROM_REGION( 0x020000, "gfx1", 0 )
|
||||
ROM_LOAD( "mro-cg2242.u77", 0x00000, 0x8000, CRC(963a7e7d) SHA1(ebb159f6c731a3f912382745ef9a9c6d4fa2fc99) ) /* 03/19/96 @ IGT L96-0703 */
|
||||
@ -14363,6 +14409,7 @@ GAMEL( 1987, pepp0455, pepp0048, peplus, peplus_poker, peplus_state, init_pepl
|
||||
GAMEL( 1987, pepp0467, pepp0158, peplus, peplus_poker, peplus_state, init_peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0467) 4 of a Kind Bonus Poker", 0, layout_pe_poker )
|
||||
GAMEL( 1987, pepp0458, pepp0048, peplus, peplus_poker, peplus_state, init_peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0458) Joker Poker (Aces or Better)", 0, layout_pe_poker )
|
||||
GAMEL( 1987, pepp0459, pepp0048, peplus, peplus_poker, peplus_state, init_peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0459) Joker Poker", 0, layout_pe_poker )
|
||||
GAMEL( 1987, pepp0472, pepp0054, peplus, peplus_poker, peplus_state, init_peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0472) Deuces Wild Poker", 0, layout_pe_poker )
|
||||
GAMEL( 1985, pepp0488, pepp0001, peplus, peplus_poker, peplus_state, init_peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0488) Standard Draw Poker (Arizona Charlie's)", 0, layout_pe_poker )
|
||||
GAMEL( 1987, pepp0508, pepp0450, peplus, peplus_poker, peplus_state, init_peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0508) Loose Deuce Deuces Wild! Poker",0, layout_pe_poker )
|
||||
GAMEL( 1987, pepp0509, pepp0001, peplus, peplus_poker, peplus_state, init_peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0509) Standard Draw Poker", 0, layout_pe_poker )
|
||||
@ -14608,7 +14655,8 @@ GAMEL( 1995, pex2121p, 0, peplus, peplus_poker, peplus_state, init_pepl
|
||||
GAMEL( 1995, pex2121pa, pex2121p, peplus, peplus_poker, peplus_state, init_peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002121P+XP000037) Standard Draw Poker", 0, layout_pe_poker )
|
||||
GAMEL( 1995, pex2127p, 0, peplus, peplus_poker, peplus_state, init_peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002127P+XP000043) Double Bonus Poker featuring 'Your Property' Royals", 0, layout_pe_poker )
|
||||
GAMEL( 1995, pex2134p, 0, peplus, peplus_poker, peplus_state, init_peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002134P+XP000043) Faces 'n' Deuces Double Bonus Poker", 0, layout_pe_poker )
|
||||
GAMEL( 1995, pex2150p, 0, peplus, peplus_poker, peplus_state, init_peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002150P+XP000038) 4 of a Kind Bonus Poker", 0, layout_pe_poker )
|
||||
GAMEL( 1995, pex2149p, 0, peplus, peplus_poker, peplus_state, init_peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002149P+XP000038) Triple Bonus Poker", 0, layout_pe_poker )
|
||||
GAMEL( 1995, pex2150p, 0, peplus, peplus_poker, peplus_state, init_peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002150P+XP000038) Triple Bonus Poker", 0, layout_pe_poker )
|
||||
GAMEL( 1995, pex2152p, 0, peplus, peplus_poker, peplus_state, init_peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002152P+XP000043) Blackjack Poker", 0, layout_pe_poker )
|
||||
GAMEL( 1995, pex2172p, 0, peplus, peplus_poker, peplus_state, init_peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002172P+XP000038) Ace$ Bonus Poker", 0, layout_pe_poker )
|
||||
GAMEL( 1995, pex2172pa, pex2172p, peplus, peplus_poker, peplus_state, init_peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002172P+XP000038) Ace$ Bonus Poker (The Fun Ships)", MACHINE_WRONG_COLORS, layout_pe_poker ) /* CAPX2399 not dumped */
|
||||
|
@ -31176,6 +31176,7 @@ pepp0455 // (c) 1987 IGT - International Game Technology
|
||||
pepp0458 // (c) 1987 IGT - International Game Technology
|
||||
pepp0459 // (c) 1987 IGT - International Game Technology
|
||||
pepp0467 // (c) 1987 IGT - International Game Technology
|
||||
pepp0472 // (c) 1987 IGT - International Game Technology
|
||||
pepp0488 // (c) 1987 IGT - International Game Technology
|
||||
pepp0508 // (c) 1987 IGT - International Game Technology
|
||||
pepp0509 // (c) 1987 IGT - International Game Technology
|
||||
@ -31387,6 +31388,7 @@ pex2121p // (c) 1995 IGT - International Game Technology
|
||||
pex2121pa // (c) 1995 IGT - International Game Technology
|
||||
pex2127p // (c) 1995 IGT - International Game Technology
|
||||
pex2134p // (c) 1995 IGT - International Game Technology
|
||||
pex2149p // (c) 1995 IGT - International Game Technology
|
||||
pex2150p // (c) 1995 IGT - International Game Technology
|
||||
pex2152p // (c) 1995 IGT - International Game Technology
|
||||
pex2172p // (c) 1995 IGT - International Game Technology
|
||||
|
Loading…
Reference in New Issue
Block a user