trunk/src/mame/drivers/peplus.c
| r32355 | r32356 | |
| 1480 | 1480 | ROM_LOAD( "cap740.u50", 0x0000, 0x0100, CRC(6fe619c4) SHA1(49e43dafd010ce0fe9b2a63b96a4ddedcb933c6d) ) /* BPROM type DM74LS471 (compatible with N82S135N) verified */ |
| 1481 | 1481 | ROM_END |
| 1482 | 1482 | |
| 1483 | | ROM_START( pepk1024 ) /* Normal (non-plus) board : Aces and Faces (PK1024) */ |
| 1483 | ROM_START( pepk1024 ) /* Normal (non-plus) board : Aces and Faces 4 of a Kind Bonus Poker (PK1024) */ |
| 1484 | 1484 | /* |
| 1485 | 1485 | 2-10 J-A |
| 1486 | 1486 | PayTable Js+ 2PR 3K STR FL FH 4K 4K SF RF (Bonus) |
| r32355 | r32356 | |
| 2419 | 2419 | ROM_LOAD( "cap904.u50", 0x0000, 0x0100, CRC(0eec8336) SHA1(a6585c978dbc2f4f3818e3a5b92f8c28be23c4c0) ) /* BPROM type N82S135N verified */ |
| 2420 | 2420 | ROM_END |
| 2421 | 2421 | |
| 2422 | | ROM_START( pepp0158b ) /* Normal board : 4 of a Kind Bonus Poker (PP0158) - 10/23/95 @ IGT L95-2438 */ |
| 2422 | ROM_START( pepp0158b ) /* Normal board : 4 of a Kind Bonus Poker (PP0158) */ |
| 2423 | 2423 | /* |
| 2424 | 2424 | 5-K 2-4 |
| 2425 | 2425 | PayTable Js+ 2PR 3K STR FL FH 4K 4K 4A SF RF (Bonus) |
| r32355 | r32356 | |
| 8766 | 8766 | GAMEL(1987, peset038, 0, peplus, peplus_schip, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (Set038) Set Chip", 0, layout_pe_schip ) |
| 8767 | 8767 | |
| 8768 | 8768 | /* Normal (non-plus) board : Poker */ |
| 8769 | | GAMEL(1987, pepk1024, 0, peplus, nonplus_poker, peplus_state, nonplus, ROT0, "IGT - International Game Technology", "Player's Edge (PK1024) Aces and Faces Poker", 0, layout_pe_poker ) |
| 8769 | GAMEL(1987, pepk1024, 0, peplus, nonplus_poker, peplus_state, nonplus, ROT0, "IGT - International Game Technology", "Player's Edge (PK1024) Aces and Faces Bonus Poker", 0, layout_pe_poker ) |
| 8770 | 8770 | |
| 8771 | 8771 | /* Normal board : Poker */ |
| 8772 | 8772 | GAMEL(1987, pepp0002, 0, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0002) Standard Draw Poker", 0, layout_pe_poker ) |