diff --git a/src/mame/drivers/peplus.c b/src/mame/drivers/peplus.c index ab14ff155da..7ba94af8c49 100644 --- a/src/mame/drivers/peplus.c +++ b/src/mame/drivers/peplus.c @@ -3996,13 +3996,13 @@ PayTable 3K STR FL FH 4K SF 5K RF 4D RF (Bonus) ROM_LOAD( "capx2312.u43", 0x0000, 0x0200, CRC(66971da6) SHA1(6984a68bc2f01009ad6a7a0705c00e715c29bb65) ) ROM_END -ROM_START( pepp0816 ) /* Normal board : Jackpot Poker (PP0816) */ +ROM_START( pepp0816 ) /* Normal board : Treasure Chest Poker (PP0816) */ /* PayTable Js+ 2PR 3K STR FL FH 4K* SF RF (Bonus) ---------------------------------------------------------- - P821AU 1 2 3 4 5 7 25 50 250 800 + ???? 1 2 3 4 5 7 25 50 250 800 % Range: 94.4-96.4% Optimum: 98.4% Hit Frequency: 45.5% - Programs Available: PP0816, X002270P + Programs Available: PP0816 4K* - Treasure Chest bonus round for MAX Bet 4 of a Kind Possible payouts: 140, 180, 250, 500 or 5000 Coins @@ -8441,7 +8441,7 @@ GAMEL(1987, pepp0728, pepp0514, peplus, peplus_poker, peplus_state, peplus, GAMEL(1987, pepp0760, pepp0250, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0760) Double Down Stud Poker", 0, layout_pe_poker ) GAMEL(1987, pepp0763, pepp0158, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0763) 4 of a Kind Bonus Poker", 0, layout_pe_poker ) GAMEL(1987, pepp0775, 0, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0775) Royal Deuces Poker??", GAME_IMPERFECT_GRAPHICS, layout_pe_poker ) /* Wrong CG graphics & CAP */ -GAMEL(1987, pepp0816, 0, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0816) Jackpot Poker", GAME_IMPERFECT_GRAPHICS, layout_pe_poker ) /* Wrong CG graphics & CAP - Missing "Bonus" graphics at MAX Bet for 4 of a Kind */ +GAMEL(1987, pepp0816, 0, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0816) Treasure Chest Poker", GAME_IMPERFECT_GRAPHICS, layout_pe_poker ) /* Wrong CG graphics & CAP - Missing "Bonus" at MAX Bet for 4 of a Kind & Treasure Chest graphics */ /* Normal board : International Poker */ GAMEL(1987, peip0028, 0, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (IP0028) Joker Poker - French", 0, layout_pe_poker )