trunk/src/emu/drivers/xtal.h
r241488 | r241489 | |
71 | 71 | XTAL_4_9152MHz = 4915200, |
72 | 72 | XTAL_5MHz = 5000000, /* Mutant Night */ |
73 | 73 | XTAL_5_0688MHz = 5068800, /* Xerox 820, DEC VK100 */ |
| 74 | XTAL_5_46MHz = 5460000, /* ec1840 and ec1841 keyboard */ |
74 | 75 | XTAL_5_626MHz = 5626000, /* RCA CDP1869 PAL dot clock */ |
75 | 76 | XTAL_5_67MHz = 5670000, /* RCA CDP1869 NTSC dot clock */ |
76 | 77 | XTAL_5_7143MHz = 5714300, /* Cidelsa Destroyer */ |
trunk/src/mame/drivers/peplus.c
r241488 | r241489 | |
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 |
145 | 144 | |
146 | 145 | Super PE+ |
147 | 146 | Program Types |
r241488 | r241489 | |
8953 | 8952 | 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 ) |
8954 | 8953 | |
8955 | 8954 | /* Normal board : Blackjack */ |
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 ) |
| 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 ) |
8957 | 8956 | |
8958 | 8957 | /* Normal board : Keno */ |
8959 | 8958 | 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 ) |