From cbf347192d871df9ef341a96fdcef69a49673c04 Mon Sep 17 00:00:00 2001 From: negunma <97546439+negunma@users.noreply.github.com> Date: Sun, 26 Nov 2023 21:48:11 +0900 Subject: [PATCH] taito/cchance.cpp: Verify manufacturer and year of release (#11783) * taito/cchance.cpp: Confirm year and manufacturer According to Taito's past official web page "Arcade Game History", release year is 1987. --- src/mame/taito/cchance.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/taito/cchance.cpp b/src/mame/taito/cchance.cpp index bd6afb897e0..b5553ce019f 100644 --- a/src/mame/taito/cchance.cpp +++ b/src/mame/taito/cchance.cpp @@ -2,7 +2,7 @@ // copyright-holders:David Haywood, Angelo Salese /*************************************************************************************************************************** -Cherry Chance (c) 1987 Taito Corporation? +Cherry Chance (c) 1987 Taito Corporation driver by David Haywood & Angelo Salese @@ -327,4 +327,4 @@ ROM_END } // anonymous namespace -GAME( 1987?, cchance, 0, cchance, cchance, cchance_state, empty_init, ROT0, "Taito Corporation?", "Cherry Chance", MACHINE_NOT_WORKING | MACHINE_WRONG_COLORS | MACHINE_SUPPORTS_SAVE ) // year/manufacturer assumed from GFX dump (not displayed) +GAME( 1987, cchance, 0, cchance, cchance, cchance_state, empty_init, ROT0, "Taito Corporation", "Cherry Chance", MACHINE_NOT_WORKING | MACHINE_WRONG_COLORS | MACHINE_SUPPORTS_SAVE ) // year/manufacturer confirmed from Taito old page