mirror of
https://github.com/holub/mame
synced 2025-05-29 09:03:08 +03:00
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:
parent
90778cb321
commit
ac5f9547d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user