diff options
author | 2019-09-06 15:02:05 +0200 | |
---|---|---|
committer | 2019-09-06 15:02:05 +0200 | |
commit | 5964e58cdf7620d1425b02a9224ce1fedc65e3f3 (patch) | |
tree | 65eb920d9c60dd215f3d07d3aefe99e0d5df6a27 | |
parent | 4cb47e2333b8b143a6e3260a3340e53044b588e9 (diff) |
igspoker.cpp: correct controls for cpoker300us (nw)
-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 281cb1f3661..661898dcd9a 100644 --- a/src/mame/drivers/igspoker.cpp +++ b/src/mame/drivers/igspoker.cpp @@ -2936,7 +2936,7 @@ GAMEL( 1993, cpokerx, cpoker, igspoker, cpokerx, igspoker_state, init_cpoke GAMEL( 1993, cpoker101, cpoker, igspoker, cpokerx, igspoker_state, init_cpokert, ROT0, "IGS", "Champion Poker (v101)", MACHINE_NOT_WORKING, layout_igspoker ) // need to verify protection handling and inputs/outputs GAMEL( 1993, cpoker201f, cpoker, igspoker, cpokerx, igspoker_state, init_cpokert, ROT0, "IGS", "Champion Poker (v201F)", MACHINE_NOT_WORKING, layout_igspoker ) // " GAMEL( 1993, cpoker210ks, cpoker, igspoker, cpokerx, igspoker_state, init_cpokert, ROT0, "IGS", "Champion Poker (v210KS)", MACHINE_NOT_WORKING, layout_igspoker ) // " -GAMEL( 1993, cpoker300us, cpoker, igspoker, cpokerx, igspoker_state, init_cpoker300us, ROT0, "IGS", "Champion Poker (v300US)", MACHINE_NOT_WORKING, layout_igspoker ) // " +GAMEL( 1993, cpoker300us, cpoker, igspoker, cpoker, igspoker_state, init_cpoker300us, ROT0, "IGS", "Champion Poker (v300US)", MACHINE_NOT_WORKING, layout_igspoker ) // " GAMEL( 2000, chleague, 0, igspoker, chleague, igspoker_state, init_chleague, ROT0, "IGS", "Champion League (v220I, Poker)", 0, layout_igspoker ) GAMEL( 2000, chleagul, chleague, igspoker, chleague, igspoker_state, init_chleague, ROT0, "IGS", "Champion League (v220I, Lattine)", 0, layout_igspoker ) |