summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author briantro <btroha@charter.net>2016-11-25 15:49:52 -0600
committer briantro <btroha@charter.net>2016-11-25 15:49:52 -0600
commit6c96e0d083efffa2b0430e47927d5027716b7205 (patch)
tree57ec4b673da313f8fec9961cab4304de331264e6
parent7ad15e78260f5dc28912cc700fc87838ca75f198 (diff)
peplus.cpp: Figured out the paytable for PP0232 - NW
-rw-r--r--src/mame/drivers/peplus.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mame/drivers/peplus.cpp b/src/mame/drivers/peplus.cpp
index abbb6afc888..6625721791f 100644
--- a/src/mame/drivers/peplus.cpp
+++ b/src/mame/drivers/peplus.cpp
@@ -4972,7 +4972,14 @@ ROM_END
ROM_START( pepp0232 ) /* Normal board : Uknown Draw Poker (PP0232) */
/*
-Has 5 additional cards, 10 through Ace, with a US Flag for a Suit. These count towards matches up to 5K and Sequential Flag Royal.
+Has 5 additional cards, 10 through Ace, with a US Flag for a Suit.
+
+PayTable Js+ TP 3K STR FL FH 4K SF 5K RF CRF* SeqRF CSeqRF* Bonus
+--------------------------------------------------------------------------------------
+ ???? 1 2 2 3 5 6 15 50 1000 1300 3000 5000 10000 800
+
+* Custom or Flag suit. A Sequential Royal with the Flag suit pays 10,000 per coin in!
+
*/
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "pp0232_717-698.u68", 0x00000, 0x10000, CRC(d6d4df92) SHA1(6bb29740658131ae7f25d68427e0c7eb7cb976b0) ) /* Game Version: 717, Library Version: 698 05/02/91 @ IGT L91-0912 */