diff options
| author | 2016-11-24 21:06:09 -0600 | |
|---|---|---|
| committer | 2016-11-24 21:06:09 -0600 | |
| commit | ee47e45e6f9f946affc12f2ca4afaea0a4afc787 (patch) | |
| tree | 886a1e4db9f754f2f8f92f0b101a698e93101d99 /src | |
| parent | fa69050430472174cbed9820e8dbba835fed8273 (diff) | |
peplus.cpp: Fix clone def 1 --> 2 - NW
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/peplus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/peplus.cpp b/src/mame/drivers/peplus.cpp index 290b0c37163..abbb6afc888 100644 --- a/src/mame/drivers/peplus.cpp +++ b/src/mame/drivers/peplus.cpp @@ -14204,7 +14204,7 @@ GAMEL(1987, pepp0449, pepp0001, peplus, peplus_poker, peplus_state, peplus, GAMEL(1987, pepp0449a, pepp0001, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0449) Standard Draw Poker (International English/Spanish)", 0, layout_pe_poker ) GAMEL(1987, pepp0450, 0, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0450) Loose Deuce Deuces Wild! Poker",0, layout_pe_poker ) GAMEL(1987, pepp0452, 0, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0452) Double Deuces Wild Poker (set 1)", 0, layout_pe_poker ) -GAMEL(1987, pepp0452a, pepp0452, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0452) Double Deuces Wild Poker (set 1)", 0, layout_pe_poker ) +GAMEL(1987, pepp0452a, pepp0452, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0452) Double Deuces Wild Poker (set 2)", 0, layout_pe_poker ) GAMEL(1987, pepp0453, pepp0048, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0453) Joker Poker", 0, layout_pe_poker ) GAMEL(1987, pepp0454, pepp0434, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0454) Bonus Poker Deluxe (set 1)", 0, layout_pe_poker ) GAMEL(1987, pepp0454a, pepp0434, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0454) Bonus Poker Deluxe (set 2)", 0, layout_pe_poker ) |
