summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author briantro <briantro@users.noreply.github.com>2014-11-13 21:46:19 -0600
committer briantro <briantro@users.noreply.github.com>2014-11-13 21:46:19 -0600
commit7fba4b61d0d8cd6e6d6f9f299288c2149a007321 (patch)
tree3cafab7fdc9e1cec50927d6696f32957ed8068a1
parent77a91f53dbda1456a7cc7676ff266d98f8d5082f (diff)
ttchamp.c: Minor info update
Fill in known verified info like the (c) year and manufacturer - NW
-rw-r--r--src/mame/drivers/ttchamp.c4
1 files 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 )