mirror of
https://github.com/holub/mame
synced 2025-06-01 02:21:48 +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
8ea3002439
commit
cbf347192d
@ -2,7 +2,7 @@
|
|||||||
// copyright-holders:David Haywood, Angelo Salese
|
// copyright-holders:David Haywood, Angelo Salese
|
||||||
/***************************************************************************************************************************
|
/***************************************************************************************************************************
|
||||||
|
|
||||||
Cherry Chance (c) 1987 Taito Corporation?
|
Cherry Chance (c) 1987 Taito Corporation
|
||||||
|
|
||||||
driver by David Haywood & Angelo Salese
|
driver by David Haywood & Angelo Salese
|
||||||
|
|
||||||
@ -327,4 +327,4 @@ ROM_END
|
|||||||
} // anonymous namespace
|
} // 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