From 7fba4b61d0d8cd6e6d6f9f299288c2149a007321 Mon Sep 17 00:00:00 2001 From: briantro Date: Thu, 13 Nov 2014 21:46:19 -0600 Subject: ttchamp.c: Minor info update Fill in known verified info like the (c) year and manufacturer - NW --- src/mame/drivers/ttchamp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/ttchamp.c b/src/mame/drivers/ttchamp.c index d4c4beba3ad..849c8797da6 100644 --- a/src/mame/drivers/ttchamp.c +++ b/src/mame/drivers/ttchamp.c @@ -382,5 +382,5 @@ DRIVER_INIT_MEMBER(ttchamp_state,ttchamp) membank("bank2")->set_base(&ROM1[0x180000]); } -GAME( 199?, ttchamp, 0, ttchamp, ttchamp, ttchamp_state, ttchamp, ROT0, "Gamart?", "Table Tennis Champions (set 1)", GAME_NOT_WORKING|GAME_NO_SOUND ) -GAME( 199?, ttchampa,ttchamp, ttchamp, ttchamp, ttchamp_state, ttchamp, ROT0, "Gamart?", "Table Tennis Champions (set 2)", GAME_NOT_WORKING|GAME_NO_SOUND ) +GAME( 1995, ttchamp, 0, ttchamp, ttchamp, ttchamp_state, ttchamp, ROT0, "Gamart", "Table Tennis Champions (set 1)", GAME_NOT_WORKING|GAME_NO_SOUND ) +GAME( 1995, ttchampa,ttchamp, ttchamp, ttchamp, ttchamp_state, ttchamp, ROT0, "Gamart", "Table Tennis Champions (set 2)", GAME_NOT_WORKING|GAME_NO_SOUND ) -- cgit v1.2.3