Previous 199869 Revisions Next

r32356 Wednesday 24th September, 2014 at 17:51:19 UTC by Brian Troha
peplus.c: Correct Cut-N-Paste error - NW
[src/mame/drivers]peplus.c

trunk/src/mame/drivers/peplus.c
r32355r32356
14801480   ROM_LOAD( "cap740.u50", 0x0000, 0x0100, CRC(6fe619c4) SHA1(49e43dafd010ce0fe9b2a63b96a4ddedcb933c6d) ) /* BPROM type DM74LS471 (compatible with N82S135N) verified */
14811481ROM_END
14821482
1483ROM_START( pepk1024 ) /* Normal (non-plus) board : Aces and Faces (PK1024) */
1483ROM_START( pepk1024 ) /* Normal (non-plus) board : Aces and Faces 4 of a Kind Bonus Poker (PK1024) */
14841484/*
14851485                                      2-10 J-A
14861486PayTable   Js+  2PR  3K   STR  FL  FH  4K  4K  SF  RF  (Bonus)
r32355r32356
24192419   ROM_LOAD( "cap904.u50", 0x0000, 0x0100, CRC(0eec8336) SHA1(a6585c978dbc2f4f3818e3a5b92f8c28be23c4c0) ) /* BPROM type N82S135N verified */
24202420ROM_END
24212421
2422ROM_START( pepp0158b ) /* Normal board : 4 of a Kind Bonus Poker (PP0158) - 10/23/95   @ IGT  L95-2438 */
2422ROM_START( pepp0158b ) /* Normal board : 4 of a Kind Bonus Poker (PP0158) */
24232423/*
24242424                                       5-K 2-4
24252425PayTable   Js+  2PR  3K   STR  FL  FH  4K  4K  4A  SF  RF  (Bonus)
r32355r32356
87668766GAMEL(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 )
87678767
87688768/* Normal (non-plus) board : Poker */
8769GAMEL(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 )
8769GAMEL(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 )
87708770
87718771/* Normal board : Poker */
87728772GAMEL(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 )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team