Previous 199869 Revisions Next

r31018 Wednesday 18th June, 2014 at 02:29:45 UTC by Brian Troha
peplus.c: Document the "Shockwave" mode in the Shockwave Poker sets. - NW
[src/mame/drivers]peplus.c

trunk/src/mame/drivers/peplus.c
r31017r31018
71057105
71067106ROM_START( pex2250p ) /* Superboard : Shockwave Poker (X002250P+XP000050) */
71077107/*
7108PayTable   Js+  2PR  3K  STR  FL  FH  4K SF  RF  (Bonus)
7108PayTable   Js+  2PR  3K  STR  FL  FH  4K* SF  RF  (Bonus)
71097109---------------------------------------------------------
71107110 P598BA     1    1    3   5    8  11  25 100 250    800
71117111  % Range: 94.5-96.5%  Optimum: 98.5%  Hit Frequency: 42.6%
71127112     Programs Available: X002250P
7113
7114* Getting a 4K hand sets the game in "Shockwave" mode for the next 10 dealt hands.
7115  While in shockwave mode, 4K pays 250 per coin / credit.
7116
71137117*/
71147118   ROM_REGION( 0x10000, "maincpu", 0 )
71157119   ROM_LOAD( "xp000050.u67",   0x00000, 0x10000, CRC(cf9e72d6) SHA1(fc5c679aae43df0bd563fbcc3e00a3274af1ed11) )
r31017r31018
71297133
71307134ROM_START( pex2251p ) /* Superboard : Shockwave Poker (X002251P+XP000050) */
71317135/*
7132PayTable   Js+  2PR  3K  STR  FL  FH  4K SF  RF  (Bonus)
7136PayTable   Js+  2PR  3K  STR  FL  FH  4K* SF  RF  (Bonus)
71337137---------------------------------------------------------
71347138  P719A     1    1    3   5    8  12  25 100 250    800
71357139  % Range: 95.6-97.6%  Optimum: 99.6%  Hit Frequency: 42.6%
71367140     Programs Available: X002251P
7141
7142* Getting a 4K hand sets the game in "Shockwave" mode for the next 10 dealt hands.
7143  While in shockwave mode, 4K pays 250 per coin / credit.
7144
71377145*/
71387146   ROM_REGION( 0x10000, "maincpu", 0 )
71397147   ROM_LOAD( "xp000050.u67",   0x00000, 0x10000, CRC(cf9e72d6) SHA1(fc5c679aae43df0bd563fbcc3e00a3274af1ed11) )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team