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.
This commit is contained in:
negunma 2023-11-26 21:48:11 +09:00 committed by Vas Crabb
parent 90778cb321
commit ac5f9547d1

View File

@ -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