diff options
| author | 2019-09-21 02:39:02 +0200 | |
|---|---|---|
| committer | 2019-09-21 02:39:02 +0200 | |
| commit | 2f4ee99b270067657427067a9fae81502d99faa2 (patch) | |
| tree | d04bae505dbe57f503fee3584d60525bc2e58622 /src | |
| parent | 0137b5f0b913d0bc6e84de7d4a596c5880bef5f1 (diff) | |
igspoker.cpp: Fixed inputs to cpoker201f. [Roberto Fresca]
Clones promoted to working
--------------------------
Champion Poker (v201F) [Roberto Fresca]
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/igspoker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/igspoker.cpp b/src/mame/drivers/igspoker.cpp index 29948e27ee6..ce531281d6e 100644 --- a/src/mame/drivers/igspoker.cpp +++ b/src/mame/drivers/igspoker.cpp @@ -3026,7 +3026,7 @@ GAMEL( 1993?,cpoker, 0, igspoker, cpoker, igspoker_state, init_cpoke GAMEL( 1993?,cpokert, cpoker, igspoker, cpoker, igspoker_state, init_cpokert, ROT0, "IGS (Tuning license)", "Champion Poker (v200G)", 0, layout_igspoker ) GAMEL( 1993, cpokerx, cpoker, igspoker, cpokerx, igspoker_state, init_cpokert, ROT0, "IGS", "Champion Poker (v100)", 0, layout_igspoker ) GAMEL( 1993, cpoker101, cpoker, igspoker, cpokerx, igspoker_state, init_cpoker101, ROT0, "IGS", "Champion Poker (v101)", 0, layout_igspoker ) // need to fix lamps/layout -GAMEL( 1993, cpoker201f, cpoker, igspoker, cpokerx, igspoker_state, init_cpoker101, ROT0, "IGS", "Champion Poker (v201F)", MACHINE_NOT_WORKING, layout_igspoker ) // need to verify protection handling and inputs/outputs +GAMEL( 1993, cpoker201f, cpoker, igspoker, cpoker, igspoker_state, init_cpoker101, ROT0, "IGS", "Champion Poker (v201F)", 0, layout_igspoker ) GAMEL( 1993, cpoker210ks, cpoker, igspoker, cpokerx, igspoker_state, init_cpoker101, ROT0, "IGS", "Champion Poker (v210KS)", MACHINE_NOT_WORKING, layout_igspoker ) // need to verify protection handling and inputs/outputs GAMEL( 1993, cpoker300us, cpoker, igspoker, cpoker, igspoker_state, init_cpoker300us, ROT0, "IGS", "Champion Poker (v300US)", MACHINE_NOT_WORKING, layout_igspoker ) // need to verify protection handling and inputs/outputs |
