trunk/src/mame/drivers/peplus.c
| r241493 | r241494 | |
| 141 | 141 | PPnnnn Poker games. Several different types of poker require specific CG graphics + CAP color prom |
| 142 | 142 | IPnnnn International Poker games. Several different types of poker require specific CG graphics + CAP color prom |
| 143 | 143 | PSnnnn Slot games. Each slot game requires specific CG graphics + CAP color prom |
| 144 | MGnnnn Multi Game programs for the Player's Choice machines that had optional touchscreens and or printers |
| 144 | 145 | |
| 145 | 146 | Super PE+ |
| 146 | 147 | Program Types |
| r241493 | r241494 | |
| 8952 | 8953 | 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 ) |
| 8953 | 8954 | |
| 8954 | 8955 | /* Normal board : Blackjack */ |
| 8955 | | GAMEL(1994, pebe0014, 0, peplus, peplus_bjack, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (BE0014) Blackjack", 0, layout_pe_bjack ) |
| 8956 | GAMEL(1994, pebe0014, 0, peplus, peplus_bjack, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (BE0014) Blackjack", 0, layout_pe_bjack ) |
| 8956 | 8957 | |
| 8957 | 8958 | /* Normal board : Keno */ |
| 8958 | 8959 | GAMEL(1994, peke1012, 0, peplus, peplus_keno, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (KE1012) Keno", 0, layout_pe_keno ) |