Previous 199869 Revisions Next

r31107 Thursday 26th June, 2014 at 00:16:49 UTC by Brian Troha
New PE+ Poker clone

New Clone Added
-------------------------------------------------
Player's Edge Plus (X000550P+XP000055) Joker Poker (Two Pair or Better) [BrianT]
[src/mame]mame.lst
[src/mame/drivers]peplus.c

trunk/src/mame/mame.lst
r31106r31107
1107711077pex0516p        // (c) 1995 IGT - International Game Technology
1107811078pex0536p        // (c) 1995 IGT - International Game Technology
1107911079pex0537p        // (c) 1995 IGT - International Game Technology
11080pex0550p        // (c) 1995 IGT - International Game Technology
1108011081pex0568p        // (c) 1995 IGT - International Game Technology
1108111082pex0588p        // (c) 1995 IGT - International Game Technology
1108211083pex0581p        // (c) 1995 IGT - International Game Technology
trunk/src/mame/drivers/peplus.c
r31106r31107
62246224   ROM_LOAD( "capx1321.u43", 0x0000, 0x0200, CRC(4b57569f) SHA1(fa29c0f627e7ce79951ec6dadec114864144f37d) )
62256225ROM_END
62266226
6227ROM_START( pex0550p ) /* Superboard : Joker Poker (X002461P+XP000055) */
6228/*
6229                                       w/J     w/oJ
6230PayTable   2P  3K  STR  FL  FH  4K  SF  RF  5K  RF  (Bonus)
6231-----------------------------------------------------------
6232   NA       1   2   4    5   8  16 100 100 400 100    800
6233  % Range: 93.2-95.2%  Optimum: 97.2%  Hit Frequency: 30.1%
6234     Programs Available: X000550P
6235
6236Internally the program erroneously reports a 95.50% return. Supersede by X002338P
6237
6238*/
6239   ROM_REGION( 0x10000, "maincpu", 0 )
6240   ROM_LOAD( "xp000055.u67",   0x00000, 0x10000, CRC(339821e0) SHA1(127d4eff01136feaf1e3242d57433349afb7b6ca) )
6241
6242   ROM_REGION( 0x10000, "user1", 0 )
6243   ROM_LOAD( "x000550p.u66",   0x00000, 0x10000, CRC(8a320403) SHA1(751a83ba25ffdae4b8d745bdec6ecdebf351efa0) ) /* Joker Poker */
6244
6245   ROM_REGION( 0x020000, "gfx1", 0 )
6246   ROM_LOAD( "mro-cg2185.u77",  0x00000, 0x8000, CRC(7e64bd1a) SHA1(e988a380ee58078bf5bdc7747e83aed1393cfad8) ) /*  07/10/95   @ IGT  L95-1506  */
6247   ROM_LOAD( "mgo-cg2185.u78",  0x08000, 0x8000, CRC(d4127893) SHA1(75039c45ba6fd171a66876c91abc3191c7feddfc) )
6248   ROM_LOAD( "mbo-cg2185.u79",  0x10000, 0x8000, CRC(17dba955) SHA1(5f77379c88839b3a04e235e4fb0120c77e17b60e) )
6249   ROM_LOAD( "mxo-cg2185.u80",  0x18000, 0x8000, CRC(583eb3b1) SHA1(4a2952424969917fb1594698a779fe5a1e99bff5) )
6250
6251   ROM_REGION( 0x200, "proms", 0 )
6252   ROM_LOAD( "capx1321.u43", 0x0000, 0x0200, CRC(4b57569f) SHA1(fa29c0f627e7ce79951ec6dadec114864144f37d) )
6253ROM_END
6254
62276255ROM_START( pex0568p ) /* Superboard : Joker Poker (X000568P+XP000038) */
62286256/*
62296257                                            w/J     w/oJ
r31106r31107
86018629GAMEL(1995, pex0516p,  0,         peplus,  peplus_poker, peplus_state, peplussb, ROT0,  "IGT - International Game Technology", "Player's Edge Plus (X000516P+XP000038) Double Bonus Poker", 0, layout_pe_poker )
86028630GAMEL(1995, pex0536p,  0,         peplus,  peplus_poker, peplus_state, peplussb, ROT0,  "IGT - International Game Technology", "Player's Edge Plus (X000536P+XP000038) Joker Poker",        0, layout_pe_poker )
86038631GAMEL(1995, pex0537p,  0,         peplus,  peplus_poker, peplus_state, peplussb, ROT0,  "IGT - International Game Technology", "Player's Edge Plus (X000537P+XP000038) Standard Draw Poker", 0, layout_pe_poker )
8632GAMEL(1995, pex0550p,  0,         peplus,  peplus_poker, peplus_state, peplussb, ROT0,  "IGT - International Game Technology", "Player's Edge Plus (X000550P+XP000055) Joker Poker (Two Pair or Better)", 0, layout_pe_poker )
86048633GAMEL(1995, pex0568p,  0,         peplus,  peplus_poker, peplus_state, peplussb, ROT0,  "IGT - International Game Technology", "Player's Edge Plus (X000568P+XP000038) Joker Poker",        0, layout_pe_poker )
86058634GAMEL(1995, pex0581p,  0,         peplus,  peplus_poker, peplus_state, peplussb, ROT0,  "IGT - International Game Technology", "Player's Edge Plus (X000581P+XP000038) 4 of a Kind Bonus Poker", 0, layout_pe_poker )
86068635GAMEL(1995, pex0588p,  0,         peplus,  peplus_poker, peplus_state, peplussb, ROT0,  "IGT - International Game Technology", "Player's Edge Plus (X000588P+XP000038) Joker Poker",        0, layout_pe_poker )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team