summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author briantro <btroha@charter.net>2016-11-25 16:24:35 -0600
committer briantro <btroha@charter.net>2016-11-25 16:24:35 -0600
commit2aeab228e8d4dba67ee2fc26eaf9a8ac60004740 (patch)
treea7457e11c239952c9dbe8563128ca352d99aab69
parent3360b5e21c5482eb69a26c26a2f12f664d0a256c (diff)
peplus.cpp: Figured out the Super Deuces paytable - NW
-rw-r--r--src/mame/drivers/peplus.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/mame/drivers/peplus.cpp b/src/mame/drivers/peplus.cpp
index b89c44e039a..3fd0920c1f1 100644
--- a/src/mame/drivers/peplus.cpp
+++ b/src/mame/drivers/peplus.cpp
@@ -5332,10 +5332,16 @@ PayTable Js+ 2PR 3K STR FL FH 4K 4K 4A SF RF 5K RF (Bonus)
ROM_LOAD( "cap740.u50", 0x0000, 0x0100, CRC(6fe619c4) SHA1(49e43dafd010ce0fe9b2a63b96a4ddedcb933c6d) )
ROM_END
-ROM_START( pepp0295 ) /* Normal board : Super Deuces Wild Bonus (PP0295) */
+ROM_START( pepp0295 ) /* Normal board : Super Deuces Wild (PP0295) */
/*
+ w/D w/A w/oD
+PayTable 3K STR FL FH 4K SF 5K RF 4D 4D SD* RF (Bonus)
+--------------------------------------------------------------------
+ ???? 1 2 2 3 5 9 15 25 200 400 800 250 800
+ % Range: ???-???% Optimum: ???% Hit Frequency: ???%
+ Programs Available: PP0295
-Unknown Paytable
+* Super Dueces
*/
ROM_REGION( 0x10000, "maincpu", 0 )