From 8e1e14dacf0c71c789bda57074965fbe058347bb Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Wed, 24 Sep 2014 17:51:19 +0000 Subject: [PATCH] peplus.c: Correct Cut-N-Paste error - NW --- src/mame/drivers/peplus.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/drivers/peplus.c b/src/mame/drivers/peplus.c index f65f12376eb..30f742190b9 100644 --- a/src/mame/drivers/peplus.c +++ b/src/mame/drivers/peplus.c @@ -1480,7 +1480,7 @@ ROM_START( peset038 ) /* Normal board : Set Chip (Set038) */ ROM_LOAD( "cap740.u50", 0x0000, 0x0100, CRC(6fe619c4) SHA1(49e43dafd010ce0fe9b2a63b96a4ddedcb933c6d) ) /* BPROM type DM74LS471 (compatible with N82S135N) verified */ ROM_END -ROM_START( pepk1024 ) /* Normal (non-plus) board : Aces and Faces (PK1024) */ +ROM_START( pepk1024 ) /* Normal (non-plus) board : Aces and Faces 4 of a Kind Bonus Poker (PK1024) */ /* 2-10 J-A PayTable Js+ 2PR 3K STR FL FH 4K 4K SF RF (Bonus) @@ -2419,7 +2419,7 @@ PayTable Js+ 2PR 3K STR FL FH 4K 4K 4A SF RF (Bonus) ROM_LOAD( "cap904.u50", 0x0000, 0x0100, CRC(0eec8336) SHA1(a6585c978dbc2f4f3818e3a5b92f8c28be23c4c0) ) /* BPROM type N82S135N verified */ ROM_END -ROM_START( pepp0158b ) /* Normal board : 4 of a Kind Bonus Poker (PP0158) - 10/23/95 @ IGT L95-2438 */ +ROM_START( pepp0158b ) /* Normal board : 4 of a Kind Bonus Poker (PP0158) */ /* 5-K 2-4 PayTable Js+ 2PR 3K STR FL FH 4K 4K 4A SF RF (Bonus) @@ -8766,7 +8766,7 @@ GAMEL(1987, peset001, 0, peplus, peplus_schip, peplus_state, peplus, ROT 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 ) /* Normal (non-plus) board : Poker */ -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 ) +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 ) /* Normal board : Poker */ 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 )