| Previous | 199869 Revisions | Next |
| r33867 Sunday 14th December, 2014 at 04:08:56 UTC by Brian Troha |
|---|
| New Player's Edge Plus Poker clones New Clones Added -------------------------------------------------------- Montana Choice (MG0183) Multi-Game [BrianT] (not working) Player's Edge Plus (X002478P+XP000154) Joker Poker - French [BrianT] Player's Edge Plus (X002479P+XP000154) Joker Poker - French [BrianT] Player's Edge Plus (X002478P+XP000154) Joker Poker (Aces or Better) - French [BrianT] Player's Edge Plus (X002485P+XP000154) Standard Draw Poker - French [BrianT] |
| [src/mame] | mame.lst |
| [src/mame/drivers] | peplus.c |
| r242378 | r242379 | |
|---|---|---|
| 1834 | 1834 | ROM_LOAD( "cap740.u50", 0x0000, 0x0100, CRC(6fe619c4) SHA1(49e43dafd010ce0fe9b2a63b96a4ddedcb933c6d) ) /* BPROM type DM74LS471 (compatible with N82S135N) verified */ |
| 1835 | 1835 | ROM_END |
| 1836 | 1836 | |
| 1837 | ROM_START( pepp0046b ) /* Normal board : 10's or Better (PP004 | |
| 1837 | ROM_START( pepp0046b ) /* Normal board : 10's or Better (PP0046) */ | |
| 1838 | 1838 | /* |
| 1839 | 1839 | PayTable 10s+ 2PR 3K STR FL FH 4K SF RF (Bonus) |
| 1840 | 1840 | ---------------------------------------------------------- |
| r242378 | r242379 | |
| 4721 | 4721 | ROM_LOAD( "cap656.u50", 0x0000, 0x0100, CRC(038cabc6) SHA1(c6514b4f9dbed6ab2631f563f7e00648661ebdbb) ) |
| 4722 | 4722 | ROM_END |
| 4723 | 4723 | |
| 4724 | ROM_START( pemg0183 ) /* Normal board : Montana Choice Multi-Game MG0183 - Requires a Printer (not yet supported) */ | |
| 4725 | /* | |
| 4726 | MG0183 has 4 poker games: | |
| 4727 | Jacks or Better | |
| 4728 | Joker Wild Poker | |
| 4729 | Four of a Kind Bonus Poker | |
| 4730 | Deuces Wild Poker | |
| 4731 | ||
| 4732 | Came out of an IGT machine with belly glass calling it Montana Choice | |
| 4733 | */ | |
| 4734 | ROM_REGION( 0x10000, "maincpu", 0 ) | |
| 4735 | ROM_LOAD( "mg0183_756-782.u68", 0x00000, 0x10000, CRC(b89bcf75) SHA1(f436eb604c81ba6f08e1d11029ce8fff4f50dc3e) ) /* Stalls with "PRINTER ERROR" */ | |
| 4736 | ||
| 4737 | ROM_REGION( 0x020000, "gfx1", 0 ) | |
| 4738 | ROM_LOAD( "mro-cg1209.u72", 0x00000, 0x8000, CRC(39b0cc43) SHA1(0a95a7122e64fed7355e762ff2eda2a7246d4693) ) | |
| 4739 | ROM_LOAD( "mgo-cg1209.u73", 0x08000, 0x8000, CRC(5285ffab) SHA1(e959bf2fec46ee62d7a625eb64f74635fd697643) ) | |
| 4740 | ROM_LOAD( "mbo-cg1209.u74", 0x10000, 0x8000, CRC(4604ac16) SHA1(b3a7c6c807eb2be7f451d2fcbb6455a66c155a46) ) | |
| 4741 | ROM_LOAD( "mxo-cg1209.u75", 0x18000, 0x8000, CRC(da344256) SHA1(1320c4a8b48a9e61a4607e0a9d08083fde2bd334) ) | |
| 4742 | ||
| 4743 | ROM_REGION( 0x100, "proms", 0 ) | |
| 4744 | ROM_LOAD( "cap1144.u50", 0x0000, 0x0100, NO_DUMP ) | |
| 4745 | ROM_LOAD( "cap1426.u50", 0x0000, 0x0100, CRC(6c7c3462) SHA1(b5481b548f4db460d27a4bfebb08188f36ca0c11) ) | |
| 4746 | ||
| 4747 | ROM_REGION( 0x1000, "printer", 0 ) /* ROM from the printer driver PCB */ | |
| 4748 | ROM_LOAD( "lp_86.u9", 0x0000, 0x1000, CRC(cdd93c06) SHA1(96f0a6e231f355a0b82bb0e1e698edbd66ff3020) ) /* 2732 EPROM */ | |
| 4749 | ROM_END | |
| 4750 | ||
| 4724 | 4751 | ROM_START( pemg0252 ) /* Normal board : Player's Choice Multi-Game MG0252 - Requires a Printer (not yet supported) */ |
| 4725 | 4752 | /* |
| 4726 | 4753 | MG0252 has 4 poker games: |
| r242378 | r242379 | |
| 8033 | 8060 | ROM_LOAD( "capx1321.u43", 0x0000, 0x0200, CRC(4b57569f) SHA1(fa29c0f627e7ce79951ec6dadec114864144f37d) ) |
| 8034 | 8061 | ROM_END |
| 8035 | 8062 | |
| 8063 | ROM_START( pex2478p ) /* Superboard : Joker Poker - French (X002478P+XP000154) */ | |
| 8064 | /* | |
| 8065 | w/J w/oJ | |
| 8066 | PayTable Ks+ 2P 3K STR FL FH 4K SF RF 5K RF (Bonus) | |
| 8067 | ---------------------------------------------------------------- | |
| 8068 | PI104A 1 1 2 3 5 7 15 50 100 300 400 800 | |
| 8069 | % Range: 92.0-94.0% Optimum: 96.0% Hit Frequency: 44.5% | |
| 8070 | Programs Available: X002317P, X002478P | |
| 8071 | */ | |
| 8072 | ROM_REGION( 0x10000, "maincpu", 0 ) | |
| 8073 | ROM_LOAD( "xp000154.u67", 0x00000, 0x10000, CRC(f5f9ba4d) SHA1(d59f477c0a22065a62ffbe44d802b19078fefbb8) ) | |
| 8074 | ||
| 8075 | ROM_REGION( 0x10000, "user1", 0 ) | |
| 8076 | ROM_LOAD( "x002478p.u66", 0x00000, 0x10000, CRC(c667f425) SHA1(a47432af0915ac5369c0c2470bb8086f7f021058) ) /* Joker Poker - French */ | |
| 8077 | ||
| 8078 | ROM_REGION( 0x020000, "gfx1", 0 ) | |
| 8079 | ROM_LOAD( "mro-cg2452.u77", 0x00000, 0x8000, CRC(188cdf9e) SHA1(b575ee8c140589ed7d3c5c6cd21c2ea4806136c5) ) | |
| 8080 | ROM_LOAD( "mgo-cg2452.u78", 0x08000, 0x8000, CRC(eaae3a1c) SHA1(b46822c59f2176306fc7864f9c560e86d4237747) ) | |
| 8081 | ROM_LOAD( "mbo-cg2452.u79", 0x10000, 0x8000, CRC(38c94e65) SHA1(2bba913ed305062c232e58349c2ffff8b2ded563) ) | |
| 8082 | ROM_LOAD( "mxo-cg2452.u80", 0x18000, 0x8000, CRC(22080393) SHA1(885eecbd4a8255f8ffa01d3ad0f80ad6631c7c9a) ) | |
| 8083 | ||
| 8084 | ROM_REGION( 0x200, "proms", 0 ) | |
| 8085 | ROM_LOAD( "capx2307.u43", 0x0000, 0x0200, CRC(58d81338) SHA1(f0044ebbd0128d6fb74d850528ef02730c180f00) ) | |
| 8086 | ROM_END | |
| 8087 | ||
| 8088 | ROM_START( pex2479p ) /* Superboard : Joker Poker - French (X002479P+XP000154) */ | |
| 8089 | /* | |
| 8090 | w/J w/oJ | |
| 8091 | PayTable Ks+ 2P 3K STR FL FH 4K SF RF 5K RF (Bonus) | |
| 8092 | ---------------------------------------------------------------- | |
| 8093 | PI105A 1 1 2 3 4 5 20 40 100 200 400 800 | |
| 8094 | % Range: 91.0-93.0% Optimum: 95.0% Hit Frequency: 44.5% | |
| 8095 | Programs Available: X002318P, X002479P | |
| 8096 | */ | |
| 8097 | ROM_REGION( 0x10000, "maincpu", 0 ) | |
| 8098 | ROM_LOAD( "xp000154.u67", 0x00000, 0x10000, CRC(f5f9ba4d) SHA1(d59f477c0a22065a62ffbe44d802b19078fefbb8) ) | |
| 8099 | ||
| 8100 | ROM_REGION( 0x10000, "user1", 0 ) | |
| 8101 | ROM_LOAD( "x002479p.u66", 0x00000, 0x10000, CRC(e95b3550) SHA1(8bd702fb81cef0b9782a9e6b404917fc302ae1ef) ) /* Joker Poker - French */ | |
| 8102 | ||
| 8103 | ROM_REGION( 0x020000, "gfx1", 0 ) | |
| 8104 | ROM_LOAD( "mro-cg2452.u77", 0x00000, 0x8000, CRC(188cdf9e) SHA1(b575ee8c140589ed7d3c5c6cd21c2ea4806136c5) ) | |
| 8105 | ROM_LOAD( "mgo-cg2452.u78", 0x08000, 0x8000, CRC(eaae3a1c) SHA1(b46822c59f2176306fc7864f9c560e86d4237747) ) | |
| 8106 | ROM_LOAD( "mbo-cg2452.u79", 0x10000, 0x8000, CRC(38c94e65) SHA1(2bba913ed305062c232e58349c2ffff8b2ded563) ) | |
| 8107 | ROM_LOAD( "mxo-cg2452.u80", 0x18000, 0x8000, CRC(22080393) SHA1(885eecbd4a8255f8ffa01d3ad0f80ad6631c7c9a) ) | |
| 8108 | ||
| 8109 | ROM_REGION( 0x200, "proms", 0 ) | |
| 8110 | ROM_LOAD( "capx2307.u43", 0x0000, 0x0200, CRC(58d81338) SHA1(f0044ebbd0128d6fb74d850528ef02730c180f00) ) | |
| 8111 | ROM_END | |
| 8112 | ||
| 8113 | ROM_START( pex2480p ) /* Superboard : Joker Poker (Aces or Better) - French (X002480P+XP000154) */ | |
| 8114 | /* | |
| 8115 | w/J w/oJ | |
| 8116 | PayTable As 2P 3K STR FL FH 4K SF RF 5K RF (Bonus) | |
| 8117 | ---------------------------------------------------------------- | |
| 8118 | PI106B 1 1 2 3 5 6 20 50 100 200 500 1000 | |
| 8119 | % Range: 89.5-91.5% Optimum: 93.5% Hit Frequency: 39.2% | |
| 8120 | Programs Available: X002320P, X002480P | |
| 8121 | */ | |
| 8122 | ROM_REGION( 0x10000, "maincpu", 0 ) | |
| 8123 | ROM_LOAD( "xp000154.u67", 0x00000, 0x10000, CRC(f5f9ba4d) SHA1(d59f477c0a22065a62ffbe44d802b19078fefbb8) ) | |
| 8124 | ||
| 8125 | ROM_REGION( 0x10000, "user1", 0 ) | |
| 8126 | ROM_LOAD( "x002480p.u66", 0x00000, 0x10000, CRC(a1ec5a5f) SHA1(a272f9f3f11756a78247fc5aa58f09ea83604fc0) ) /* Joker Poker - French */ | |
| 8127 | ||
| 8128 | ROM_REGION( 0x020000, "gfx1", 0 ) | |
| 8129 | ROM_LOAD( "mro-cg2452.u77", 0x00000, 0x8000, CRC(188cdf9e) SHA1(b575ee8c140589ed7d3c5c6cd21c2ea4806136c5) ) | |
| 8130 | ROM_LOAD( "mgo-cg2452.u78", 0x08000, 0x8000, CRC(eaae3a1c) SHA1(b46822c59f2176306fc7864f9c560e86d4237747) ) | |
| 8131 | ROM_LOAD( "mbo-cg2452.u79", 0x10000, 0x8000, CRC(38c94e65) SHA1(2bba913ed305062c232e58349c2ffff8b2ded563) ) | |
| 8132 | ROM_LOAD( "mxo-cg2452.u80", 0x18000, 0x8000, CRC(22080393) SHA1(885eecbd4a8255f8ffa01d3ad0f80ad6631c7c9a) ) | |
| 8133 | ||
| 8134 | ROM_REGION( 0x200, "proms", 0 ) | |
| 8135 | ROM_LOAD( "capx2307.u43", 0x0000, 0x0200, CRC(58d81338) SHA1(f0044ebbd0128d6fb74d850528ef02730c180f00) ) | |
| 8136 | ROM_END | |
| 8137 | ||
| 8138 | ROM_START( pex2485p ) /* Superboard : Standard Draw Poker - French (X002480P+XP000154) */ | |
| 8139 | /* | |
| 8140 | PayTable Js+ 2PR 3K STR FL FH 4K SF RF (Bonus) | |
| 8141 | ---------------------------------------------------------- | |
| 8142 | PI103B 1 2 3 4 5 7 22 50 300 1000 | |
| 8143 | % Range: 90.4-92.4% Optimum: 94.4% Hit Frequency: 45.5% | |
| 8144 | Programs Available: X002485P | |
| 8145 | */ | |
| 8146 | ROM_REGION( 0x10000, "maincpu", 0 ) | |
| 8147 | ROM_LOAD( "xp000154.u67", 0x00000, 0x10000, CRC(f5f9ba4d) SHA1(d59f477c0a22065a62ffbe44d802b19078fefbb8) ) | |
| 8148 | ||
| 8149 | ROM_REGION( 0x10000, "user1", 0 ) | |
| 8150 | ROM_LOAD( "x002485p.u66", 0x00000, 0x10000, CRC(2ed40148) SHA1(f3c211955ef159da8ab14cfecbdfa2deaa3110ae) ) /* Standard Draw Poker - French */ | |
| 8151 | ||
| 8152 | ROM_REGION( 0x020000, "gfx1", 0 ) | |
| 8153 | ROM_LOAD( "mro-cg2452.u77", 0x00000, 0x8000, CRC(188cdf9e) SHA1(b575ee8c140589ed7d3c5c6cd21c2ea4806136c5) ) | |
| 8154 | ROM_LOAD( "mgo-cg2452.u78", 0x08000, 0x8000, CRC(eaae3a1c) SHA1(b46822c59f2176306fc7864f9c560e86d4237747) ) | |
| 8155 | ROM_LOAD( "mbo-cg2452.u79", 0x10000, 0x8000, CRC(38c94e65) SHA1(2bba913ed305062c232e58349c2ffff8b2ded563) ) | |
| 8156 | ROM_LOAD( "mxo-cg2452.u80", 0x18000, 0x8000, CRC(22080393) SHA1(885eecbd4a8255f8ffa01d3ad0f80ad6631c7c9a) ) | |
| 8157 | ||
| 8158 | ROM_REGION( 0x200, "proms", 0 ) | |
| 8159 | ROM_LOAD( "capx2307.u43", 0x0000, 0x0200, CRC(58d81338) SHA1(f0044ebbd0128d6fb74d850528ef02730c180f00) ) | |
| 8160 | ROM_END | |
| 8161 | ||
| 8036 | 8162 | ROM_START( pekoc766 ) /* Superboard : Standard Draw Poker (PP0766) English / Spanish - Key On Credit */ |
| 8037 | 8163 | /* |
| 8038 | 8164 | PayTable Js+ 2PR 3K STR FL FH 4K SF RF (Bonus) |
| r242378 | r242379 | |
| 9049 | 9175 | GAMEL(1987, peip0120, peip0031, peplus, peplus_poker, peplus_state, nonplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (IP0120) Standard Draw Poker - French", 0, layout_pe_poker ) |
| 9050 | 9176 | |
| 9051 | 9177 | /* Normal board : Multi-Game - Player's Choice - Some sets require a printer (not yet supported) */ |
| 9178 | GAMEL(1994, pemg0183, 0, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Montana Choice (MG0183) Multi-Game", GAME_NOT_WORKING, layout_pe_poker) /* Needs printer support */ | |
| 9052 | 9179 | GAMEL(1994, pemg0252, 0, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Choice (MG0252) Multi-Game", GAME_NOT_WORKING, layout_pe_poker) /* Needs printer support */ |
| 9053 | 9180 | |
| 9054 | 9181 | /* Normal board : Blackjack */ |
| r242378 | r242379 | |
| 9196 | 9323 | GAMEL(1995, pex2421p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002421P+XP000064) Deuces Wild Bonus Poker - French", 0, layout_pe_poker ) |
| 9197 | 9324 | GAMEL(1995, pex2440p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002440P+XP000053) Deuces Wild Poker", 0, layout_pe_poker ) |
| 9198 | 9325 | GAMEL(1995, pex2461p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002461P+XP000055) Joker Poker (Two Pair or Better)", 0, layout_pe_poker ) |
| 9326 | GAMEL(1995, pex2478p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002478P+XP000154) Joker Poker - French", 0, layout_pe_poker ) | |
| 9327 | GAMEL(1995, pex2479p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002479P+XP000154) Joker Poker - French", 0, layout_pe_poker ) | |
| 9328 | GAMEL(1995, pex2480p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002480P+XP000154) Joker Poker (Aces or Better) - French", 0, layout_pe_poker ) | |
| 9329 | GAMEL(1995, pex2485p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002485P+XP000154) Standard Draw Poker - French", 0, layout_pe_poker ) | |
| 9199 | 9330 | |
| 9200 | 9331 | /* Superboard : Poker (Key On Credit) */ |
| 9201 | 9332 | GAMEL(1995, pekoc766, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0766 A5W-A6F) Standard Draw Poker", 0, layout_pe_poker ) |
| r242378 | r242379 | |
|---|---|---|
| 11174 | 11174 | peip0116 // (c) 1987 IGT - International Game Technology |
| 11175 | 11175 | peip0118 // (c) 1987 IGT - International Game Technology |
| 11176 | 11176 | peip0120 // (c) 1987 IGT - International Game Technology |
| 11177 | pemg0183 // (c) 1994 IGT - International Game Technology | |
| 11177 | 11178 | pemg0252 // (c) 1994 IGT - International Game Technology |
| 11178 | 11179 | pebe0014 // (c) 1994 IGT - International Game Technology |
| 11179 | 11180 | peke0017 // (c) 1994 IGT - International Game Technology |
| r242378 | r242379 | |
| 11313 | 11314 | pex2421p // (c) 1995 IGT - International Game Technology |
| 11314 | 11315 | pex2440p // (c) 1995 IGT - International Game Technology |
| 11315 | 11316 | pex2461p // (c) 1995 IGT - International Game Technology |
| 11317 | pex2478p // (c) 1995 IGT - International Game Technology | |
| 11318 | pex2479p // (c) 1995 IGT - International Game Technology | |
| 11319 | pex2480p // (c) 1995 IGT - International Game Technology | |
| 11320 | pex2485p // (c) 1995 IGT - International Game Technology | |
| 11316 | 11321 | pekoc766 // (c) 1997 IGT - International Game Technology |
| 11317 | 11322 | pekoc801 // (c) 1997 IGT - International Game Technology |
| 11318 | 11323 | pekoc802 // (c) 1997 IGT - International Game Technology |
| https://github.com/mamedev/mame/commit/d693c1a81d50e59d6d52257ed1edd319390f64b8 |
| Previous | 199869 Revisions | Next |