Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

taito/cchance.cpp: Verify manufacturer and year of release #11783

Merged

Conversation

negunma
Copy link
Contributor

@negunma negunma commented Nov 26, 2023

According to taito's past official web page "Arcade Game History", release year is 1987.
Cherry Chance (チェリーチャンス) can be found in the 1987 entry.

According to taito's past official web page "Arcade Game History", release year is 1987.
@@ -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 assumed from GFX dump (not displayed)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs an updated note here, stating that is confirmed from Taito old page.

Updated note regarding source of manufacturer and year of release.
@ajrhacker ajrhacker merged commit cbf3471 into mamedev:master Nov 26, 2023
5 checks passed
cuavas pushed a commit that referenced this pull request Nov 26, 2023
* taito/cchance.cpp: Confirm year and manufacturer

According to Taito's past official web page "Arcade Game History", release year is 1987.
einstein95 pushed a commit to einstein95/mame that referenced this pull request Mar 2, 2024
…1783)

* taito/cchance.cpp: Confirm year and manufacturer

According to Taito's past official web page "Arcade Game History", release year is 1987.
einstein95 pushed a commit to einstein95/mame that referenced this pull request Mar 2, 2024
…1783)

* taito/cchance.cpp: Confirm year and manufacturer

According to Taito's past official web page "Arcade Game History", release year is 1987.
einstein95 pushed a commit to einstein95/mame that referenced this pull request Mar 2, 2024
…1783)

* taito/cchance.cpp: Confirm year and manufacturer

According to Taito's past official web page "Arcade Game History", release year is 1987.
einstein95 pushed a commit to einstein95/mame that referenced this pull request Mar 2, 2024
…1783)

* taito/cchance.cpp: Confirm year and manufacturer

According to Taito's past official web page "Arcade Game History", release year is 1987.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants