summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David 'Foxhack' Silva <71686027+FoxhackDN@users.noreply.github.com>2022-05-23 06:50:58 -0700
committer GitHub <noreply@github.com>2022-05-23 09:50:58 -0400
commit0c98b7e1d2fa884cf0d75e6283ae03d5e63dcc3f (patch)
treebdf17354fceddd87232a905570ae22082218173e
parent1b6e36fc9d6449c3b9b92277ef02fb3fb960ef8a (diff)
nyny.cpp: Corrected Waga Seishun no Arcadia release year (#9803)
Copyright on title screen is 1982, game was modified to become a tie-in with the movie.
-rw-r--r--src/mame/drivers/nyny.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/nyny.cpp b/src/mame/drivers/nyny.cpp
index 64a58146644..9db28f5898f 100644
--- a/src/mame/drivers/nyny.cpp
+++ b/src/mame/drivers/nyny.cpp
@@ -748,4 +748,4 @@ ROM_END
GAME( 1980, nyny, 0, nyny, nyny, nyny_state, empty_init, ROT270, "Sigma Enterprises Inc.", "New York! New York!", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
GAME( 1980, nynyg, nyny, nyny, nyny, nyny_state, empty_init, ROT270, "Sigma Enterprises Inc. (Gottlieb license)", "New York! New York! (Gottlieb)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
-GAME( 1980, warcadia,nyny, nyny, nyny, nyny_state, empty_init, ROT270, "Sigma Enterprises Inc.", "Waga Seishun no Arcadia", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
+GAME( 1982, warcadia,nyny, nyny, nyny, nyny_state, empty_init, ROT270, "Sigma Enterprises Inc.", "Waga Seishun no Arcadia", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )