diff --git a/src/mame/arcade.lst b/src/mame/arcade.lst index 970f232492a..08f7cbc8d73 100644 --- a/src/mame/arcade.lst +++ b/src/mame/arcade.lst @@ -11847,6 +11847,7 @@ pex2308p // (c) 1995 IGT - International Game Technology pex2310p // (c) 1995 IGT - International Game Technology pex2312p // (c) 1995 IGT - International Game Technology pex2314p // (c) 1995 IGT - International Game Technology +pex2315p // (c) 1995 IGT - International Game Technology pex2374p // (c) 1995 IGT - International Game Technology pex2376p // (c) 1995 IGT - International Game Technology pex2377p // (c) 1995 IGT - International Game Technology diff --git a/src/mame/drivers/peplus.cpp b/src/mame/drivers/peplus.cpp index fde6361bcd3..5322e1a93bd 100644 --- a/src/mame/drivers/peplus.cpp +++ b/src/mame/drivers/peplus.cpp @@ -5950,26 +5950,22 @@ ROM_START( pepp0596 ) /* Normal board : Spades Sequential Royal Double Bonus Pok 5-K 2-4 PayTable Js+ 2PR 3K STR FL FH 4K 4K 4A SF RF (Bonus) ---------------------------------------------------------------------- - ???? 1 1 3 4 6 8 50 80 160 100 250 Pregressive + ???? 1 1 3 4 6 8 50 80 160 100 * Pregressive % Range: 92.3-94.3% Optimum: 96.3% Hit Frequency: 45.1% Programs Available: PP0596 -Currently errors out with CCOM LINK DOWN +* Payout for a Royal Flush is shown as "MINIMANIA" and for the named suited Sequential Royal it shows "POKERMANIA" -CCOM linking is not supported +Currently errors out with CCOM LINK DOWN as CCOM linking is not supported */ ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "pp0596_a41-a5y.u68", 0x00000, 0x10000, CRC(18475dfe) SHA1(98b8dfd98ce163e78e5c6e80b31dcc58d3ee74e6) ) /* Game Version: A45, Library Version: A5Y, Video Lib Ver: A4N - 09/05/95 IGT NJ */ ROM_REGION( 0x020000, "gfx1", 0 ) - ROM_LOAD( "mro-cgxxxx.u72", 0x00000, 0x8000, NO_DUMP ) /* Unknown set needed for correct paytable graphics */ - ROM_LOAD( "mgo-cgxxxx.u73", 0x08000, 0x8000, NO_DUMP ) - ROM_LOAD( "mbo-cgxxxx.u74", 0x10000, 0x8000, NO_DUMP ) - ROM_LOAD( "mxo-cgxxxx.u75", 0x18000, 0x8000, NO_DUMP ) - ROM_LOAD( "mro-cg740.u72", 0x00000, 0x8000, CRC(72667f6c) SHA1(89843f472cc0329317cfc643c63bdfd11234b194) ) /* Place holder just so we can see something */ - ROM_LOAD( "mgo-cg740.u73", 0x08000, 0x8000, CRC(7437254a) SHA1(bba166dece8af58da217796f81117d0b05752b87) ) - ROM_LOAD( "mbo-cg740.u74", 0x10000, 0x8000, CRC(92e8c33e) SHA1(05344664d6fdd3f4205c50fa4ca76fc46c18cf8f) ) - ROM_LOAD( "mxo-cg740.u75", 0x18000, 0x8000, CRC(ce4cbe0b) SHA1(4bafcd68be94a5deaae9661584fa0fc940b834bb) ) + ROM_LOAD( "mro-cg2093.u72", 0x00000, 0x8000, BAD_DUMP CRC(1380bfa6) SHA1(4c3512770afee29d1d9b384a2ea2ad59018f1d4e) ) /* some corruption in some graphics */ + ROM_LOAD( "mgo-cg2093.u73", 0x08000, 0x8000, BAD_DUMP CRC(8bf73e80) SHA1(25ee0a6fe61d1f92a47fd9408c36111b1ed73a56) ) + ROM_LOAD( "mbo-cg2093.u74", 0x10000, 0x8000, BAD_DUMP CRC(907400f2) SHA1(56ceb960a08b2d3f87e4acb720675cbbfb39d012) ) + ROM_LOAD( "mxo-cg2093.u75", 0x18000, 0x8000, BAD_DUMP CRC(b6c3e987) SHA1(97f71792cb584a659615d1fe78228ac11fe32571) ) ROM_REGION( 0x100, "proms", 0 ) ROM_LOAD( "cap779.u50", 0x0000, 0x0100, CRC(b04a98fd) SHA1(4788c7cb88aa692a55855ca65e092df43506e55a) ) @@ -5980,26 +5976,22 @@ ROM_START( pepp0598 ) /* Normal board : Hearts Sequential Royal Double Bonus Pok 5-K 2-4 PayTable Js+ 2PR 3K STR FL FH 4K 4K 4A SF RF (Bonus) ---------------------------------------------------------------------- - ???? 1 1 3 4 6 8 50 80 160 100 250 Pregressive + ???? 1 1 3 4 6 8 50 80 160 100 * Pregressive % Range: 92.3-94.3% Optimum: 96.3% Hit Frequency: 45.1% Programs Available: PP0598 -Currently errors out with CCOM LINK DOWN +* Payout for a Royal Flush is shown as "MINIMANIA" and for the named suited Sequential Royal it shows "POKERMANIA" -CCOM linking is not supported +Currently errors out with CCOM LINK DOWN as CCOM linking is not supported */ ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "pp0598_a41-a96.u68", 0x00000, 0x10000, CRC(075295db) SHA1(7cb238d4df7be7e393dcfe7102aeffa13b1454d9) ) /* Game Version: A45, Library Version: A96, Video Lib Ver: A4N - 12/21/95 IGT MS */ ROM_REGION( 0x020000, "gfx1", 0 ) - ROM_LOAD( "mro-cgxxxx.u72", 0x00000, 0x8000, NO_DUMP ) /* Unknown set needed for correct paytable graphics */ - ROM_LOAD( "mgo-cgxxxx.u73", 0x08000, 0x8000, NO_DUMP ) - ROM_LOAD( "mbo-cgxxxx.u74", 0x10000, 0x8000, NO_DUMP ) - ROM_LOAD( "mxo-cgxxxx.u75", 0x18000, 0x8000, NO_DUMP ) - ROM_LOAD( "mro-cg740.u72", 0x00000, 0x8000, CRC(72667f6c) SHA1(89843f472cc0329317cfc643c63bdfd11234b194) ) /* Place holder just so we can see something */ - ROM_LOAD( "mgo-cg740.u73", 0x08000, 0x8000, CRC(7437254a) SHA1(bba166dece8af58da217796f81117d0b05752b87) ) - ROM_LOAD( "mbo-cg740.u74", 0x10000, 0x8000, CRC(92e8c33e) SHA1(05344664d6fdd3f4205c50fa4ca76fc46c18cf8f) ) - ROM_LOAD( "mxo-cg740.u75", 0x18000, 0x8000, CRC(ce4cbe0b) SHA1(4bafcd68be94a5deaae9661584fa0fc940b834bb) ) + ROM_LOAD( "mro-cg2093.u72", 0x00000, 0x8000, BAD_DUMP CRC(1380bfa6) SHA1(4c3512770afee29d1d9b384a2ea2ad59018f1d4e) ) /* some corruption in some graphics */ + ROM_LOAD( "mgo-cg2093.u73", 0x08000, 0x8000, BAD_DUMP CRC(8bf73e80) SHA1(25ee0a6fe61d1f92a47fd9408c36111b1ed73a56) ) + ROM_LOAD( "mbo-cg2093.u74", 0x10000, 0x8000, BAD_DUMP CRC(907400f2) SHA1(56ceb960a08b2d3f87e4acb720675cbbfb39d012) ) + ROM_LOAD( "mxo-cg2093.u75", 0x18000, 0x8000, BAD_DUMP CRC(b6c3e987) SHA1(97f71792cb584a659615d1fe78228ac11fe32571) ) ROM_REGION( 0x100, "proms", 0 ) ROM_LOAD( "cap779.u50", 0x0000, 0x0100, CRC(b04a98fd) SHA1(4788c7cb88aa692a55855ca65e092df43506e55a) ) @@ -11174,6 +11166,31 @@ PayTable Js+ 2PR 3K STR FL FH 4K 4K 4A SF RF (Bonus) ROM_LOAD( "capx1321.u43", 0x0000, 0x0200, CRC(4b57569f) SHA1(fa29c0f627e7ce79951ec6dadec114864144f37d) ) ROM_END +ROM_START( pex2315p ) /* Superboard : Triple Bonus Poker Plus (X002315P+XP000112) */ +/* + 5-K 2-4 +PayTable Js+ 2PR 3K STR FL FH 4K 4K 4A SF RF (Bonus) +----------------------------------------------------------------- + P920BA 1 1 3 4 5 5 50 120 240 100 250 800 + % Range: 91.7-93.7% Optimum: 95.7% Hit Frequency: 44.6% + Programs Available: X002315P +*/ + ROM_REGION( 0x10000, "maincpu", 0 ) + ROM_LOAD( "xp000112.u67", 0x00000, 0x10000, CRC(c1ae96ad) SHA1(da109602f0fbe9b225cdcd60be0613fd41014864) ) /* 06/05/98 IGT CO */ + + ROM_REGION( 0x10000, "user1", 0 ) + ROM_LOAD( "x002315p.u66", 0x00000, 0x10000, CRC(ccc56314) SHA1(ec05a1cbd6364f455e0ad349f18eeddfba19c696) ) /* Triple Bonus Poker Plus */ + + ROM_REGION( 0x020000, "gfx1", 0 ) + ROM_LOAD( "mro-cg2324.u77", 0x00000, 0x8000, CRC(6eceef42) SHA1(a2ddd2a3290c41e510f483c6b633fe0002694d0b) ) + ROM_LOAD( "mgo-cg2324.u78", 0x08000, 0x8000, CRC(26d0acbe) SHA1(09a9127deb88185cd5b748bac657461eadb2f48f) ) + ROM_LOAD( "mbo-cg2324.u79", 0x10000, 0x8000, CRC(47baee32) SHA1(d8af09022ccb5fc06aa3aa4c200a734b66cbee00) ) + ROM_LOAD( "mxo-cg2324.u80", 0x18000, 0x8000, CRC(60449fc0) SHA1(251d1e04786b70c1d2bc7b02f3b69cd58ac76398) ) + + ROM_REGION( 0x200, "proms", 0 ) + ROM_LOAD( "capx1321.u43", 0x0000, 0x0200, CRC(4b57569f) SHA1(fa29c0f627e7ce79951ec6dadec114864144f37d) ) +ROM_END + ROM_START( pex2374p ) /* Superboard : Super Aces Poker (X002374P+XP000112) */ /* 5-K 2-4 @@ -12956,6 +12973,7 @@ GAMEL(1995, pex2308p, 0, peplus, peplus_poker, peplus_state, peplussb, GAMEL(1995, pex2310p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002310P+XP000112) Triple Double Bonus Poker", 0, layout_pe_poker ) GAMEL(1995, pex2312p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002312P+XP000112) Triple Bonus Poker Plus", 0, layout_pe_poker ) GAMEL(1995, pex2314p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002314P+XP000112) Triple Bonus Poker Plus", 0, layout_pe_poker ) +GAMEL(1995, pex2315p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002315P+XP000112) Triple Bonus Poker Plus", 0, layout_pe_poker ) GAMEL(1995, pex2374p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002374P+XP000112) Super Aces Poker", 0, layout_pe_poker ) GAMEL(1995, pex2376p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002376P+XP000112) Super Double Bonus Poker", 0, layout_pe_poker ) GAMEL(1995, pex2377p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002377P+XP000112) Super Double Bonus Poker", 0, layout_pe_poker )