| Previous | 199869 Revisions | Next |
| r26746 Wednesday 25th December, 2013 at 01:43:01 UTC by Brian Troha |
|---|
| new Player's Edge Clones Out of whatsnew: 10's or Better and the new Two Pair or Better have become clones of the Standard Draw Poker PP0002 set. The are standard draw poker just slightly different minimum hands for payout. New Clones Added ---------------------------------------- Player's Edge Plus (PP0059) Two Pair or Better [BrianT] Player's Edge Plus (PP0060) Standard Draw Poker [BrianT] Player's Edge Plus (PP0219) Standard Draw Poker [BrianT] Player's Edge Plus (PP0221) Standard Draw Poker (set 2) [BrianT] Player's Edge Plus (PP0725) Double Bonus Poker (set 2) [BrianT] |
| [src/mame] | mame.lst |
| [src/mame/drivers] | peplus.c |
| r26745 | r26746 | |
|---|---|---|
| 1563 | 1563 | ROM_LOAD( "cap1215.u50", 0x0000, 0x0100, CRC(294b7b10) SHA1(a405a4b8547b713c5c02dacb19e7354095a7b584) ) |
| 1564 | 1564 | ROM_END |
| 1565 | 1565 | |
| 1566 | ROM_START( pepp0059 ) /* Normal board : Two Pair or Better (PP0065) */ | |
| 1567 | /* | |
| 1568 | PayTable 2PR 3K STR FL FH 4K SF RF (Bonus) | |
| 1569 | ---------------------------------------------------- | |
| 1570 | FA 2 3 5 7 11 50 100 250 800 | |
| 1571 | % Range: 89.5-91.5% Optimum: 93.5% Hit Frequency: 24.1% | |
| 1572 | Programs Available: PP0059, PP0424 - Non Double-up Only | |
| 1573 | */ | |
| 1574 | ROM_REGION( 0x10000, "maincpu", 0 ) | |
| 1575 | ROM_LOAD( "pp0059_a45-a74.u68", 0x00000, 0x10000, CRC(6ff02f25) SHA1(b4a8476251044d0a7e3f232fa1ef4e31d8ef6775) ) /* Game Version: A45, Library Version: A75 */ | |
| 1576 | ||
| 1577 | ROM_REGION( 0x020000, "gfx1", 0 ) | |
| 1578 | ROM_LOAD( "mro-cg740.u72", 0x00000, 0x8000, CRC(72667f6c) SHA1(89843f472cc0329317cfc643c63bdfd11234b194) ) | |
| 1579 | ROM_LOAD( "mgo-cg740.u73", 0x08000, 0x8000, CRC(7437254a) SHA1(bba166dece8af58da217796f81117d0b05752b87) ) | |
| 1580 | ROM_LOAD( "mbo-cg740.u74", 0x10000, 0x8000, CRC(92e8c33e) SHA1(05344664d6fdd3f4205c50fa4ca76fc46c18cf8f) ) | |
| 1581 | ROM_LOAD( "mxo-cg740.u75", 0x18000, 0x8000, CRC(ce4cbe0b) SHA1(4bafcd68be94a5deaae9661584fa0fc940b834bb) ) | |
| 1582 | ||
| 1583 | ROM_REGION( 0x100, "proms", 0 ) | |
| 1584 | ROM_LOAD( "cap740.u50", 0x0000, 0x0100, CRC(6fe619c4) SHA1(49e43dafd010ce0fe9b2a63b96a4ddedcb933c6d) ) /* BPROM type DM74LS471 (compatible with N82S135N) verified */ | |
| 1585 | ROM_END | |
| 1586 | ||
| 1587 | ROM_START( pepp0060 ) /* Normal board : Standard Draw Poker (PP0060) */ | |
| 1588 | /* | |
| 1589 | PayTable Js+ 2PR 3K STR FL FH 4K SF RF (Bonus) | |
| 1590 | ---------------------------------------------------------- | |
| 1591 | GA 1 2 3 4 5 6 25 50 250 800 | |
| 1592 | % Range: 91.0-93.0% Optimum: 95.0% Hit Frequency: 45.5% | |
| 1593 | Programs Available: PP0060, X000060P & PP0420 - Non Double-up Only | |
| 1594 | */ | |
| 1595 | ROM_REGION( 0x10000, "maincpu", 0 ) | |
| 1596 | ROM_LOAD( "pp0060_979-a0c.u68", 0x00000, 0x10000, CRC(adedfcfd) SHA1(f974a9c51d4e53c2c44a4c5214d39557d3a36d99) ) /* Game Version: 979, Library Version: A0C */ | |
| 1597 | ||
| 1598 | ROM_REGION( 0x020000, "gfx1", 0 ) | |
| 1599 | ROM_LOAD( "mro-cg740.u72", 0x00000, 0x8000, CRC(72667f6c) SHA1(89843f472cc0329317cfc643c63bdfd11234b194) ) | |
| 1600 | ROM_LOAD( "mgo-cg740.u73", 0x08000, 0x8000, CRC(7437254a) SHA1(bba166dece8af58da217796f81117d0b05752b87) ) | |
| 1601 | ROM_LOAD( "mbo-cg740.u74", 0x10000, 0x8000, CRC(92e8c33e) SHA1(05344664d6fdd3f4205c50fa4ca76fc46c18cf8f) ) | |
| 1602 | ROM_LOAD( "mxo-cg740.u75", 0x18000, 0x8000, CRC(ce4cbe0b) SHA1(4bafcd68be94a5deaae9661584fa0fc940b834bb) ) | |
| 1603 | ||
| 1604 | ROM_REGION( 0x100, "proms", 0 ) | |
| 1605 | ROM_LOAD( "cap740.u50", 0x0000, 0x0100, CRC(6fe619c4) SHA1(49e43dafd010ce0fe9b2a63b96a4ddedcb933c6d) ) /* BPROM type DM74LS471 (compatible with N82S135N) verified */ | |
| 1606 | ROM_END | |
| 1607 | ||
| 1566 | 1608 | ROM_START( pepp0065 ) /* Normal board : Jokers Wild Poker (PP0065) */ |
| 1567 | 1609 | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1568 | 1610 | ROM_LOAD( "pp0065_944-a00.u68", 0x00000, 0x10000, CRC(76c1a367) SHA1(ea8be9241e9925b5a4206db6875e1572f85fa5fe) ) /* Game Version: 944, Library Version: A00 */ |
| r26745 | r26746 | |
| 1857 | 1899 | ROM_LOAD( "cap904.u50", 0x0000, 0x0100, CRC(0eec8336) SHA1(a6585c978dbc2f4f3818e3a5b92f8c28be23c4c0) ) /* BPROM type N82S135N verified */ |
| 1858 | 1900 | ROM_END |
| 1859 | 1901 | |
| 1902 | ROM_START( pepp0219 ) /* Normal board : Standard Draw Poker (Auto Hold) (PP0219) */ | |
| 1903 | /* | |
| 1904 | PayTable Js+ 2PR 3K STR FL FH 4K SF RF (Bonus) | |
| 1905 | ---------------------------------------------------------- | |
| 1906 | GA 1 2 3 4 5 6 25 50 250 800 | |
| 1907 | % Range: 91.0-93.0% Optimum: 95.0% Hit Frequency: 45.5% | |
| 1908 | Programs Available: PP0219 | |
| 1909 | */ | |
| 1910 | ROM_REGION( 0x10000, "maincpu", 0 ) | |
| 1911 | ROM_LOAD( "pp0219_689-654.u68", 0x00000, 0x10000, CRC(2cd5cd21) SHA1(614264f0e346146420b44ebe9dc93b0799a70b5d) ) /* Game Version: 689, Library Version: 654 */ | |
| 1912 | ||
| 1913 | ROM_REGION( 0x020000, "gfx1", 0 ) | |
| 1914 | ROM_LOAD( "mro-cg904.u72", 0x00000, 0x8000, CRC(75bac43f) SHA1(8e7bfba95aa6e027cdaf0d1535e5c630ee2f56d3) ) | |
| 1915 | ROM_LOAD( "mgo-cg904.u73", 0x08000, 0x8000, CRC(1222d844) SHA1(854eb790d5b5a5cfe8148e8b95e3ba3f06f33dce) ) | |
| 1916 | ROM_LOAD( "mbo-cg904.u74", 0x10000, 0x8000, CRC(0bf0168f) SHA1(254cef934a0d30c5a18a0b4773bb364fc21f8113) ) | |
| 1917 | ROM_LOAD( "mxo-cg904.u75", 0x18000, 0x8000, CRC(ff648f12) SHA1(58f8247a997e1b0b69bafed428d30822adef339e) ) | |
| 1918 | ||
| 1919 | ROM_REGION( 0x100, "proms", 0 ) | |
| 1920 | ROM_LOAD( "cap904.u50", 0x0000, 0x0100, CRC(0eec8336) SHA1(a6585c978dbc2f4f3818e3a5b92f8c28be23c4c0) ) /* BPROM type N82S135N verified */ | |
| 1921 | ROM_END | |
| 1922 | ||
| 1860 | 1923 | ROM_START( pepp0221 ) /* Normal board : Standard Draw Poker (No Double-up) (PP0221) */ |
| 1861 | 1924 | /* |
| 1862 | 1925 | PayTable Js+ 2PR 3K STR FL FH 4K SF RF (Bonus) |
| r26745 | r26746 | |
| 1866 | 1929 | Programs Available: PP0449, X000449P & PP0221 - Non Double-up Only |
| 1867 | 1930 | */ |
| 1868 | 1931 | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1869 | ROM_LOAD( "pp0221_979 | |
| 1932 | ROM_LOAD( "pp0221_979-a0c.u68", 0x00000, 0x10000, CRC(c45fb8f1) SHA1(fba8dce2954beb168624ba94b2a4fdd3b260da46) ) /* Game Version: 979, Library Version: A0C */ | |
| 1870 | 1933 | |
| 1871 | 1934 | ROM_REGION( 0x020000, "gfx1", 0 ) |
| 1872 | 1935 | ROM_LOAD( "mro-cg740.u72", 0x00000, 0x8000, CRC(72667f6c) SHA1(89843f472cc0329317cfc643c63bdfd11234b194) ) |
| r26745 | r26746 | |
| 1878 | 1941 | ROM_LOAD( "cap740.u50", 0x0000, 0x0100, CRC(6fe619c4) SHA1(49e43dafd010ce0fe9b2a63b96a4ddedcb933c6d) ) /* BPROM type DM74LS471 (compatible with N82S135N) verified */ |
| 1879 | 1942 | ROM_END |
| 1880 | 1943 | |
| 1944 | ROM_START( pepp0221a ) /* Normal board : Standard Draw Poker (No Double-up) (PP0221) */ | |
| 1945 | /* | |
| 1946 | PayTable Js+ 2PR 3K STR FL FH 4K SF RF (Bonus) | |
| 1947 | ---------------------------------------------------------- | |
| 1948 | P11A 1 2 3 4 5 9 25 50 250 800 | |
| 1949 | % Range: 92.1-94.1% Optimum: 96.1% Hit Frequency: 45.5% | |
| 1950 | Programs Available: PP0449, X000449P & PP0221 - Non Double-up Only | |
| 1951 | */ | |
| 1952 | ROM_REGION( 0x10000, "maincpu", 0 ) | |
| 1953 | ROM_LOAD( "pp0221_896-914.u68", 0x00000, 0x10000, CRC(14d50334) SHA1(281c4467f57f91d0da98242b085973c06193085a) ) /* Game Version: 896, Library Version: 914 */ | |
| 1954 | ||
| 1955 | ROM_REGION( 0x020000, "gfx1", 0 ) | |
| 1956 | ROM_LOAD( "mro-cg740.u72", 0x00000, 0x8000, CRC(72667f6c) SHA1(89843f472cc0329317cfc643c63bdfd11234b194) ) | |
| 1957 | ROM_LOAD( "mgo-cg740.u73", 0x08000, 0x8000, CRC(7437254a) SHA1(bba166dece8af58da217796f81117d0b05752b87) ) | |
| 1958 | ROM_LOAD( "mbo-cg740.u74", 0x10000, 0x8000, CRC(92e8c33e) SHA1(05344664d6fdd3f4205c50fa4ca76fc46c18cf8f) ) | |
| 1959 | ROM_LOAD( "mxo-cg740.u75", 0x18000, 0x8000, CRC(ce4cbe0b) SHA1(4bafcd68be94a5deaae9661584fa0fc940b834bb) ) | |
| 1960 | ||
| 1961 | ROM_REGION( 0x100, "proms", 0 ) | |
| 1962 | ROM_LOAD( "cap740.u50", 0x0000, 0x0100, CRC(6fe619c4) SHA1(49e43dafd010ce0fe9b2a63b96a4ddedcb933c6d) ) /* BPROM type DM74LS471 (compatible with N82S135N) verified */ | |
| 1963 | ROM_END | |
| 1964 | ||
| 1881 | 1965 | ROM_START( pepp0224 ) /* Normal board : Deuces Wild Poker (No Double-up) (PP0224) */ |
| 1882 | 1966 | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1883 | 1967 | /* |
| r26745 | r26746 | |
| 1962 | 2046 | |
| 1963 | 2047 | ROM_REGION( 0x020000, "gfx1", 0 ) |
| 1964 | 2048 | ROM_LOAD( "mro-cg1019.u72", 0x00000, 0x8000, CRC(9086dc3c) SHA1(639baef8a9b347015d21817d69265700ff205774) ) /* Verified CG set for PP0250 set */ |
| 1965 | ROM_LOAD( "mgo-cg1019.u73", 0x08000, 0x8000, CRC(fb538a19) SHA1(1ed480ebdf3ad210511e7e0a0dd4e28466219ae9) ) | |
| 2049 | ROM_LOAD( "mgo-cg1019.u73", 0x08000, 0x8000, CRC(fb538a19) SHA1(1ed480ebdf3ad210511e7e0a0dd4e28466219ae9) ) /* Superseded by CG2015 which also works */ | |
| 1966 | 2050 | ROM_LOAD( "mbo-cg1019.u74", 0x10000, 0x8000, CRC(493bf604) SHA1(9cbce26ed328e6878ec5f6531ea140e1c17e6753) ) |
| 1967 | 2051 | ROM_LOAD( "mxo-cg1019.u75", 0x18000, 0x8000, CRC(064a5c80) SHA1(4d21a7a424258f74d4a1e78c123288799e316228) ) |
| 1968 | 2052 | |
| r26745 | r26746 | |
| 2788 | 2872 | ROM_LOAD( "cap904.u50", 0x0000, 0x0100, CRC(0eec8336) SHA1(a6585c978dbc2f4f3818e3a5b92f8c28be23c4c0) ) /* BPROM type N82S135N verified */ |
| 2789 | 2873 | ROM_END |
| 2790 | 2874 | |
| 2875 | ROM_START( pepp0725a ) /* Normal board : Double Bonus Poker (PP0725) */ | |
| 2876 | /* | |
| 2877 | 5-K 2-4 | |
| 2878 | PayTable Js+ 2PR 3K STR FL FH 4K 4K 4A SF RF (Bonus) | |
| 2879 | ----------------------------------------------------------------- | |
| 2880 | P434A 1 1 3 4 6 9 50 80 160 50 250 800 | |
| 2881 | % Range: 92.4-94.4% Optimum: 96.4% Hit Frequency: 44.9% | |
| 2882 | Programs Available: PP0725, X000725P | |
| 2883 | */ | |
| 2884 | ROM_REGION( 0x10000, "maincpu", 0 ) | |
| 2885 | ROM_LOAD( "pp0725_a23-a23.u68", 0x00000, 0x10000, CRC(70ecbe80) SHA1(d44acbaccfe9a8f7cb1217d071353d221f5baa35) )/* Game Version: A0N, Library Version: A23, Video Lib ver: A0Y */ | |
| 2886 | ||
| 2887 | ROM_REGION( 0x020000, "gfx1", 0 ) | |
| 2888 | ROM_LOAD( "mro-cg2003.u72", 0x00000, 0x8000, CRC(0d425f48) SHA1(b60aaf3f4bd76f75f72f6e8dda724bdf795cb521) ) /* 08/30/94 @ IGT L95-0145 */ | |
| 2889 | ROM_LOAD( "mgo-cg2003.u73", 0x08000, 0x8000, CRC(add0afc4) SHA1(0519bf2f36cb67140933b2c533e625544f27d16b) ) | |
| 2890 | ROM_LOAD( "mbo-cg2003.u74", 0x10000, 0x8000, CRC(8649dec0) SHA1(0024d3a8fd85279552910b14b69b225bda93957f) ) | |
| 2891 | ROM_LOAD( "mxo-cg2003.u75", 0x18000, 0x8000, CRC(904631cd) SHA1(d280a2f16b51a04b3f601db3535980a765c60e6f) ) | |
| 2892 | ||
| 2893 | ROM_REGION( 0x100, "proms", 0 ) | |
| 2894 | ROM_LOAD( "cap904.u50", 0x0000, 0x0100, CRC(0eec8336) SHA1(a6585c978dbc2f4f3818e3a5b92f8c28be23c4c0) ) /* BPROM type N82S135N verified */ | |
| 2895 | ROM_END | |
| 2896 | ||
| 2791 | 2897 | ROM_START( pepp0726 ) /* Normal board : Double Bonus Poker (PP0726) */ |
| 2792 | 2898 | /* |
| 2793 | 2899 | 5-K 2-4 |
| r26745 | r26746 | |
| 5647 | 5753 | /* Normal board : Poker */ |
| 5648 | 5754 | GAMEL(1987, pepp0002, 0, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0002) Standard Draw Poker (set 1)", 0, layout_pe_poker ) |
| 5649 | 5755 | GAMEL(1987, pepp0002a, pepp0002, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0002) Standard Draw Poker (set 2)", 0, layout_pe_poker ) |
| 5650 | GAMEL(1987, pepp0043, 0, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0043) 10's or Better", 0, layout_pe_poker ) | |
| 5651 | GAMEL(1987, pepp0045, pepp0043, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0045) 10's or Better", 0, layout_pe_poker ) | |
| 5652 | GAMEL(1987, pepp0046, pepp0043, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0046) 10's or Better", 0, layout_pe_poker ) | |
| 5756 | GAMEL(1987, pepp0043, pepp0002, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0043) 10's or Better", 0, layout_pe_poker ) | |
| 5757 | GAMEL(1987, pepp0045, pepp0002, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0045) 10's or Better", 0, layout_pe_poker ) | |
| 5758 | GAMEL(1987, pepp0046, pepp0002, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0046) 10's or Better", 0, layout_pe_poker ) | |
| 5653 | 5759 | GAMEL(1987, pepp0055, 0, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0055) Deuces Wild Poker (set 1)", 0, layout_pe_poker ) |
| 5654 | 5760 | GAMEL(1987, pepp0055a, pepp0055, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0055) Deuces Wild Poker (set 2)", 0, layout_pe_poker ) |
| 5761 | GAMEL(1987, pepp0059, pepp0002, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0059) Two Pair or Better", 0, layout_pe_poker ) | |
| 5762 | GAMEL(1987, pepp0060, pepp0002, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0060) Standard Draw Poker", 0, layout_pe_poker ) | |
| 5655 | 5763 | GAMEL(1987, pepp0065, 0, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0065) Joker Poker", 0, layout_pe_poker ) |
| 5656 | 5764 | GAMEL(1987, pepp0103, pepp0055, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0103) Deuces Wild Poker", 0, layout_pe_poker ) |
| 5657 | 5765 | GAMEL(1987, pepp0126, pepp0055, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0126) Deuces Wild Poker", 0, layout_pe_poker ) |
| r26745 | r26746 | |
| 5666 | 5774 | GAMEL(1987, pepp0197a, pepp0002, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0197) Standard Draw Poker (set 2)", 0, layout_pe_poker ) |
| 5667 | 5775 | GAMEL(1987, pepp0203, pepp0158, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0203) 4 of a Kind Bonus Poker (set 1)", 0, layout_pe_poker ) |
| 5668 | 5776 | GAMEL(1987, pepp0203a, pepp0158, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0203) 4 of a Kind Bonus Poker (set 2)", 0, layout_pe_poker ) |
| 5669 | GAMEL(1987, pepp0221, pepp0002, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0221) Standard Draw Poker", 0, layout_pe_poker ) | |
| 5777 | GAMEL(1987, pepp0219, pepp0002, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0219) Standard Draw Poker", 0, layout_pe_poker ) | |
| 5778 | GAMEL(1987, pepp0221, pepp0002, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0221) Standard Draw Poker (set 1)", 0, layout_pe_poker ) | |
| 5779 | GAMEL(1987, pepp0221a, pepp0002, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0221) Standard Draw Poker (set 2)", 0, layout_pe_poker ) | |
| 5670 | 5780 | GAMEL(1987, pepp0224, pepp0055, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0224) Deuces Wild Poker (set 1)", 0, layout_pe_poker ) |
| 5671 | 5781 | GAMEL(1987, pepp0224a, pepp0055, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0224) Deuces Wild Poker (set 2)", 0, layout_pe_poker ) |
| 5672 | 5782 | GAMEL(1987, pepp0230, pepp0002, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0230) Standard Draw Poker", 0, layout_pe_poker ) |
| r26745 | r26746 | |
| 5709 | 5819 | GAMEL(1987, pepp0542, 0, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0542) One Eyed Jacks Wild Poker", 0, layout_pe_poker ) |
| 5710 | 5820 | GAMEL(1987, pepp0568, pepp0065, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0568) Joker Poker", 0, layout_pe_poker ) |
| 5711 | 5821 | GAMEL(1987, pepp0585, pepp0002, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0585) Standard Draw Poker", 0, layout_pe_poker ) |
| 5712 | GAMEL(1987, pepp0725, pepp0514, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0725) Double Bonus Poker", 0, layout_pe_poker ) | |
| 5822 | GAMEL(1987, pepp0725, pepp0514, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0725) Double Bonus Poker (set 1)", 0, layout_pe_poker ) | |
| 5823 | GAMEL(1987, pepp0725a, pepp0514, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0725) Double Bonus Poker (set 2)", 0, layout_pe_poker ) | |
| 5713 | 5824 | GAMEL(1987, pepp0726, pepp0514, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0726) Double Bonus Poker", 0, layout_pe_poker ) |
| 5714 | 5825 | GAMEL(1987, pepp0728, pepp0514, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0728) Double Bonus Poker", 0, layout_pe_poker ) |
| 5715 | 5826 | 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 ) |
| r26745 | r26746 | |
|---|---|---|
| 10670 | 10670 | pepp0046 // (c) 1987 IGT - International Gaming Technology |
| 10671 | 10671 | pepp0055 // (c) 1987 IGT - International Gaming Technology |
| 10672 | 10672 | pepp0055a // (c) 1987 IGT - International Gaming Technology |
| 10673 | pepp0059 // (c) 1987 IGT - International Gaming Technology | |
| 10674 | pepp0060 // (c) 1987 IGT - International Gaming Technology | |
| 10673 | 10675 | pepp0065 // (c) 1987 IGT - International Gaming Technology |
| 10674 | 10676 | pepp0103 // (c) 1987 IGT - International Gaming Technology |
| 10675 | 10677 | pepp0126 // (c) 1987 IGT - International Gaming Technology |
| r26745 | r26746 | |
| 10684 | 10686 | pepp0197a // (c) 1987 IGT - International Gaming Technology |
| 10685 | 10687 | pepp0203 // (c) 1987 IGT - International Gaming Technology |
| 10686 | 10688 | pepp0203a // (c) 1987 IGT - International Gaming Technology |
| 10689 | pepp0219 // (c) 1987 IGT - International Gaming Technology | |
| 10687 | 10690 | pepp0221 // (c) 1987 IGT - International Gaming Technology |
| 10691 | pepp0221a // (c) 1987 IGT - International Gaming Technology | |
| 10688 | 10692 | pepp0224 // (c) 1987 IGT - International Gaming Technology |
| 10689 | 10693 | pepp0224a // (c) 1987 IGT - International Gaming Technology |
| 10690 | 10694 | pepp0230 // (c) 1987 IGT - International Gaming Technology |
| r26745 | r26746 | |
| 10728 | 10732 | pepp0568 // (c) 1987 IGT - International Gaming Technology |
| 10729 | 10733 | pepp0585 // (c) 1987 IGT - International Gaming Technology |
| 10730 | 10734 | pepp0725 // (c) 1987 IGT - International Gaming Technology |
| 10735 | pepp0725a // (c) 1987 IGT - International Gaming Technology | |
| 10731 | 10736 | pepp0726 // (c) 1987 IGT - International Gaming Technology |
| 10732 | 10737 | pepp0728 // (c) 1987 IGT - International Gaming Technology |
| 10733 | 10738 | pepp0760 // (c) 1987 IGT - International Gaming Technology |
| Previous | 199869 Revisions | Next |