Previous 199869 Revisions Next

r30615 Friday 23rd May, 2014 at 03:30:57 UTC by Brian Troha
peplus.c: Minor documentation correction / update - NW
[src/mame/drivers]peplus.c

trunk/src/mame/drivers/peplus.c
r30614r30615
39933993   ROM_LOAD( "capx2312.u43", 0x0000, 0x0200, CRC(66971da6) SHA1(6984a68bc2f01009ad6a7a0705c00e715c29bb65) )
39943994ROM_END
39953995
3996ROM_START( pepp0816 ) /* Normal board : Standard Draw Poker (PP0816) */
3996ROM_START( pepp0816 ) /* Normal board : Jackpot Bonus Poker (PP0816) */
39973997/*
39983998PayTable   Js+  2PR  3K   STR  FL  FH  4K  SF  RF  (Bonus)
39993999----------------------------------------------------------
40004000  ????      1    2    3    4    5   9  25  50 250    800
40014001     Programs Available: PP0816
40024002
4003There is some sort of bonus for MAX Bet 4 of a Kind.... need the correct CG graphics to properly show the paytable
4003Treasure Chest bonus round for MAX Bet 4 of a Kind
40044004*/
40054005   ROM_REGION( 0x10000, "maincpu", 0 )
40064006   ROM_LOAD( "pp0816_a5f-a7k.u68",   0x00000, 0x10000, CRC(a1e21b56) SHA1(aa0a730b2ed48612c3b20831b1aa698a45f557c0) ) /* Game Version: A5F, Library Version: A7K */
40074007
40084008   ROM_REGION( 0x020000, "gfx1", 0 )
4009   ROM_LOAD( "mro-cg2004.u72",  0x00000, 0x8000, CRC(e5e40ea5) SHA1(e0d9e50b30cc0c25c932b2bf444990df1fb2c38c) ) /* WRONG CG set!! MAX Bet 4K payout is missing!! */
4009   ROM_LOAD( "mro-cg2xxx.u72",  0x00000, 0x8000, NO_DUMP ) /* Unknown set needed for Treasure Chest bonus round graphics */
4010   ROM_LOAD( "mgo-cg2xxx.u73",  0x08000, 0x8000, NO_DUMP )
4011   ROM_LOAD( "mbo-cg2xxx.u74",  0x10000, 0x8000, NO_DUMP )
4012   ROM_LOAD( "mxo-cg2xxx.u75",  0x18000, 0x8000, NO_DUMP )
4013   ROM_LOAD( "mro-cg2004.u72",  0x00000, 0x8000, CRC(e5e40ea5) SHA1(e0d9e50b30cc0c25c932b2bf444990df1fb2c38c) ) /* WRONG CG set!! MAX Bet 4K "BONUS" graphics is missing!! */
40104014   ROM_LOAD( "mgo-cg2004.u73",  0x08000, 0x8000, CRC(12607f1e) SHA1(248e1ecee4e735f5943c50f8c350ca95b81509a7) )
40114015   ROM_LOAD( "mbo-cg2004.u74",  0x10000, 0x8000, CRC(78c3fb9f) SHA1(2b9847c511888de507a008dec981778ca4dbcd6c) )
40124016   ROM_LOAD( "mxo-cg2004.u75",  0x18000, 0x8000, CRC(5aaa4480) SHA1(353c4ce566c944406fce21f2c5045c856ef7a609) )
r30614r30615
84328436GAMEL(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 )
84338437GAMEL(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 )
84348438GAMEL(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 */
8435GAMEL(1987, pepp0816,  pepp0002, peplus,  peplus_poker, peplus_state, peplus,   ROT0,  "IGT - International Game Technology", "Player's Edge Plus (PP0816) Standard Draw Poker",           GAME_IMPERFECT_GRAPHICS, layout_pe_poker ) /* Wrong CG graphics & CAP - Missing payout at MAX Bet for 4 of a Kind */
8439GAMEL(1987, pepp0816,  pepp0002, peplus,  peplus_poker, peplus_state, peplus,   ROT0,  "IGT - International Game Technology", "Player's Edge Plus (PP0816) Jackpot Bonus Poker",           GAME_IMPERFECT_GRAPHICS, layout_pe_poker ) /* Wrong CG graphics & CAP - Missing "Bonus" graphics at MAX Bet for 4 of a Kind */
84368440
84378441/* Normal board : International Poker */
84388442GAMEL(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 )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team