summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Brian Troha <briantro@users.noreply.github.com>2008-04-20 17:42:10 +0000
committer Brian Troha <briantro@users.noreply.github.com>2008-04-20 17:42:10 +0000
commit682265e4804d118752ca493e0aeaa2cb0d57421b (patch)
tree26c85fef9f3ec10dbe9ef837180c5418111d2f09
parent6e016ff10d40a5ce98ad9945e057d8b828a1ffdb (diff)
The Williams Copyright is dated 1985... a year later then the Capcom Copyright.
-rw-r--r--src/mame/drivers/1942.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/1942.c b/src/mame/drivers/1942.c
index 6d19c1eb46e..129a6b4bbb9 100644
--- a/src/mame/drivers/1942.c
+++ b/src/mame/drivers/1942.c
@@ -485,4 +485,4 @@ static DRIVER_INIT( 1942 )
GAME( 1984, 1942, 0, 1942, 1942, 1942, ROT270, "Capcom", "1942 (Revision B)", GAME_SUPPORTS_SAVE )
GAME( 1984, 1942a, 1942, 1942, 1942, 1942, ROT270, "Capcom", "1942 (Revision A)", GAME_SUPPORTS_SAVE )
GAME( 1984, 1942b, 1942, 1942, 1942, 1942, ROT270, "Capcom", "1942 (First Version)", GAME_SUPPORTS_SAVE )
-GAME( 1984, 1942w, 1942, 1942, 1942, 1942, ROT270, "Capcom (Williams Electronics license)", "1942 (Williams Electronics license)", GAME_SUPPORTS_SAVE ) /* Based on 1942 (Revision B) */
+GAME( 1985, 1942w, 1942, 1942, 1942, 1942, ROT270, "Capcom (Williams Electronics license)", "1942 (Williams Electronics license)", GAME_SUPPORTS_SAVE ) /* Based on 1942 (Revision B) */