mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
peplus.c: Documentation update based on newly found PSR (Program Summary Report). {Kevin N, BrianT]
This commit is contained in:
parent
4bc5f3e4f6
commit
2bccbf6c0d
@ -9204,19 +9204,21 @@ PayTable Js+ 2PR STR FL FH 4K SF 4K 4K 4A 4K 4K 4A RF (Bonus)
|
||||
ROM_LOAD( "capx1321.u43", 0x0000, 0x0200, CRC(4b57569f) SHA1(fa29c0f627e7ce79951ec6dadec114864144f37d) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( pex2283p ) /* Superboard : Dealt Deuces Wild Bonus (X002283P+XP000057) */
|
||||
ROM_START( pex2283p ) /* Superboard : Barbaric Deuces Wild / Dealt Deuces Wild Bonus Poker (X002283P+XP000057) */
|
||||
/*
|
||||
w/D 6-K 3-5 w/A w/oD
|
||||
PayTable 3K STR FL FH 4K SF RF 5K 5K 5A 4D 4D RF (Bonus)
|
||||
-----------------------------------------------------------------------
|
||||
???? 1 1 3 3 4 10 25 20 40 80 200 400 250 800
|
||||
% Range: 94.6-96.6% Optimum: 98.6% Hit Frequency: ??.?%
|
||||
P886A 1 1 3 3 4 10 25 20 40 80 200 400 250 800
|
||||
% Range: 94.6-96.6% Optimum: 98.6% Hit Frequency: 44.8%
|
||||
Programs Available: X002283P
|
||||
|
||||
Bonus "Dealt" payouts at MAX BET are:
|
||||
Dealt 3 Deuces ..... 15
|
||||
Dealt 4 Deuces ..... 1500
|
||||
Dealt 4 Deuces + Ace 8000
|
||||
Bonus "Dealt" payouts per Coin In are:
|
||||
Dealt 3 Deuces ..... 3
|
||||
Dealt 4 Deuces ..... 300
|
||||
Dealt 4 Deuces + Ace 1600
|
||||
|
||||
Belly glass can ordered as either Barbaric Deuces Wild or Dealt Deuces Wild Bonus Poker
|
||||
|
||||
Designed and co-created by Best Bet Products
|
||||
|
||||
@ -9225,7 +9227,7 @@ Designed and co-created by Best Bet Products
|
||||
ROM_LOAD( "xp000057.u67", 0x00000, 0x10000, CRC(a1186020) SHA1(d42823aac1cb16521ecc0a09cba694374642cff7) )
|
||||
|
||||
ROM_REGION( 0x10000, "user1", 0 )
|
||||
ROM_LOAD( "x002283p.u66", 0x00000, 0x10000, CRC(90f7f7b3) SHA1(0c8460391303ed16f20c41472840d798950bb2c0) ) /* Dealt Deuces Wild Bonus */
|
||||
ROM_LOAD( "x002283p.u66", 0x00000, 0x10000, CRC(90f7f7b3) SHA1(0c8460391303ed16f20c41472840d798950bb2c0) ) /* Barbaric Deuces Wild / Dealt Deuces Wild Bonus Poker */
|
||||
|
||||
ROM_REGION( 0x020000, "gfx1", 0 )
|
||||
ROM_LOAD( "mro-cg2325.u77", 0x00000, 0x8000, CRC(ae53d1f6) SHA1(bf28b8f784d6683bb352944b88d0b646d7313efd) )
|
||||
@ -9238,19 +9240,21 @@ Designed and co-created by Best Bet Products
|
||||
ROM_LOAD( "capx1321.u43", 0x0000, 0x0200, CRC(4b57569f) SHA1(fa29c0f627e7ce79951ec6dadec114864144f37d) ) /* Wrong!! Should be CAPX2325 */
|
||||
ROM_END
|
||||
|
||||
ROM_START( pex2284p ) /* Superboard : Barbaric Decues Wild Bonus (X002284P+XP000057) */
|
||||
ROM_START( pex2284p ) /* Superboard : Barbaric Deuces Wild / Dealt Deuces Wild Bonus Poker (X002284P+XP000057) */
|
||||
/*
|
||||
w/D 6-K 3-5 w/A w/oD
|
||||
PayTable 3K STR FL FH 4K SF RF 5K 5K 5A 4D 4D RF (Bonus)
|
||||
-----------------------------------------------------------------------
|
||||
???? 1 1 2 3 4 12 25 20 40 80 200 400 250 800
|
||||
% Range: 93.5-95.5% Optimum: 97.5% Hit Frequency: ??.?%
|
||||
P885A 1 1 2 3 4 12 25 20 40 80 200 400 250 800
|
||||
% Range: 93.5-95.5% Optimum: 97.5% Hit Frequency: 45.1%
|
||||
Programs Available: X002284P
|
||||
|
||||
Bonus "Dealt" payouts at MAX BET are:
|
||||
Dealt 3 Deuces ..... 15
|
||||
Dealt 4 Deuces ..... 1500
|
||||
Dealt 4 Deuces + Ace 8000
|
||||
Bonus "Dealt" payouts per Coin In are:
|
||||
Dealt 3 Deuces ..... 3
|
||||
Dealt 4 Deuces ..... 300
|
||||
Dealt 4 Deuces + Ace 1600
|
||||
|
||||
Belly glass can ordered as either Barbaric Deuces Wild or Dealt Deuces Wild Bonus Poker
|
||||
|
||||
Designed and co-created by Best Bet Products
|
||||
|
||||
@ -9259,7 +9263,7 @@ Designed and co-created by Best Bet Products
|
||||
ROM_LOAD( "xp000057.u67", 0x00000, 0x10000, CRC(a1186020) SHA1(d42823aac1cb16521ecc0a09cba694374642cff7) )
|
||||
|
||||
ROM_REGION( 0x10000, "user1", 0 )
|
||||
ROM_LOAD( "x002284p.u66", 0x00000, 0x10000, CRC(2a3cb2a9) SHA1(76bfbf9a25913604454142716e1433ec73f0f0c9) ) /* Barbaric Decues Wild Bonus */
|
||||
ROM_LOAD( "x002284p.u66", 0x00000, 0x10000, CRC(2a3cb2a9) SHA1(76bfbf9a25913604454142716e1433ec73f0f0c9) ) /* Barbaric Deuces Wild / Dealt Deuces Wild Bonus Poker */
|
||||
|
||||
ROM_REGION( 0x020000, "gfx1", 0 )
|
||||
ROM_LOAD( "mro-cg2325.u77", 0x00000, 0x8000, CRC(ae53d1f6) SHA1(bf28b8f784d6683bb352944b88d0b646d7313efd) )
|
||||
@ -9278,11 +9282,11 @@ ROM_START( pex2287p ) /* Superboard : Pay the Aces NO Faces Bonus (X002287P+XP00
|
||||
5-K 2-4
|
||||
PayTable Js+ 2PR 3K STR FL FH 4K 4K 4A SF RF (Bonus)
|
||||
------------------------------------------------------------------
|
||||
???? 1 1 2 4 5 8 25 40 80 50 250 800
|
||||
% Range: 94.4-96.4% Optimum: 98.4% Hit Frequency: ??.?%
|
||||
P888A 1 1 2 4 5 8 25 40 80 50 250 800
|
||||
% Range: 94.4-96.4% Optimum: 98.4% Hit Frequency: 55.6%
|
||||
Programs Available: X002287P
|
||||
|
||||
Bonus "Dealt" payouts per Coin bet are:
|
||||
Bonus "Dealt" payouts per Coin In are:
|
||||
Dealt Royal Flush ..... 1000
|
||||
Dealt 1 Ace no Faces ..... 1
|
||||
Dealt 2 Aces no Faces ..... 2
|
||||
@ -11183,8 +11187,8 @@ GAMEL(1995, pex2251p, 0, peplus, peplus_poker, peplus_state, peplussb,
|
||||
GAMEL(1995, pex2272p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002272P+XP000055) Black Jack Bonus Poker", 0, layout_pe_poker )
|
||||
GAMEL(1995, pex2275p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002275P+XP000055) Black Jack Bonus Poker", 0, layout_pe_poker )
|
||||
GAMEL(1995, pex2276p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002276P+XP000055) Black Jack Bonus Poker", 0, layout_pe_poker )
|
||||
GAMEL(1995, pex2283p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002283P+XP000057) Dealt Deuces Wild Bonus Poker", 0, layout_pe_poker ) /* Undumped color CAPX2325 but should have correct colors anyways */
|
||||
GAMEL(1995, pex2284p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002284P+XP000057) Barbaric Decues Wild Bonus Poker", 0, layout_pe_poker ) /* Undumped color CAPX2325 but should have correct colors anyways */
|
||||
GAMEL(1995, pex2283p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002283P+XP000057) Barbaric Decues Wild Poker", 0, layout_pe_poker ) /* Undumped color CAPX2325 but should have correct colors anyways */
|
||||
GAMEL(1995, pex2284p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002284P+XP000057) Barbaric Decues Wild Poker", 0, layout_pe_poker ) /* Undumped color CAPX2325 but should have correct colors anyways */
|
||||
GAMEL(1995, pex2287p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002287P+XP000057) Pay the Aces NO Faces Bonus Poker", 0, layout_pe_poker ) /* Undumped color CAPX2325 but should have correct colors anyways */
|
||||
GAMEL(1995, pex2297p, 0, peplus, peplus_poker, peplus_state, pepluss64,ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002297P+XP000053) Jackpot Poker", 0, layout_pe_poker )
|
||||
GAMEL(1995, pex2302p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002302P+XP000038) Bonus Poker Deluxe", 0, layout_pe_poker )
|
||||
|
Loading…
Reference in New Issue
Block a user