diff options
author | 2018-08-31 13:46:48 +0800 | |
---|---|---|
committer | 2018-08-31 07:46:48 +0200 | |
commit | 562a3dd5588ec71dbaf856efdd78b9704c59e748 (patch) | |
tree | 8501a0a9ef14189626d3d0ed9bd295d401cf3a15 | |
parent | a41ca4e498c24f8719a800e0f2f61d7af75f69b5 (diff) |
Correct Chess Challenge 2 year from MT 05059 (#3902)
* Correct Chess Challenge 2 year from MT 05059
* Correct description (nw)
-rw-r--r-- | src/mame/drivers/igs_m027.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/igs_m027.cpp b/src/mame/drivers/igs_m027.cpp index 326c29e80f4..b0fb6d571c6 100644 --- a/src/mame/drivers/igs_m027.cpp +++ b/src/mame/drivers/igs_m027.cpp @@ -1136,5 +1136,5 @@ GAME( 200?, lhzb4, 0, igs_majhong, sdwx, igs_m027_state, init_lhzb4, GAME( 200?, klxyj, 0, igs_majhong, sdwx, igs_m027_state, init_klxyj, ROT0, "IGS", "Kuai Le Xi You Ji", MACHINE_IS_SKELETON ) GAME( 2000, mgfx, 0, igs_majhong, sdwx, igs_m027_state, init_mgfx, ROT0, "IGS", "Man Guan Fu Xing", MACHINE_IS_SKELETON ) GAME( 200?, gonefsh2, 0, igs_majhong, sdwx, igs_m027_state, init_gonefsh2, ROT0, "IGS", "Gone Fishing 2", MACHINE_IS_SKELETON ) -GAME( 200?, chessc2, 0, igs_majhong, sdwx, igs_m027_state, init_chessc2, ROT0, "IGS", "Chess Challenge 2", MACHINE_IS_SKELETON ) +GAME( 2002, chessc2, 0, igs_majhong, sdwx, igs_m027_state, init_chessc2, ROT0, "IGS", "Chess Challenge II", MACHINE_IS_SKELETON ) GAME( 200?, haunthig, 0, igs_majhong, sdwx, igs_m027_state, init_hauntedh, ROT0, "IGS", "Haunted House (IGS)", MACHINE_IS_SKELETON ) |