From b4c9235c82fdee77f60957df2b8b1a01a9a2910f Mon Sep 17 00:00:00 2001 From: hap Date: Wed, 5 Nov 2014 21:38:49 +0100 Subject: looks like they romanized themselves as "Teknon Kogyo", seen on Dracula titlescreen(another old game by them) --- src/mame/drivers/beaminv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/beaminv.c b/src/mame/drivers/beaminv.c index ed9e128ec01..2cd6a88def9 100644 --- a/src/mame/drivers/beaminv.c +++ b/src/mame/drivers/beaminv.c @@ -385,5 +385,5 @@ ROM_END * *************************************/ -GAMEL( 1979, beaminv, 0, beaminv, beaminv, driver_device, 0, ROT270, "Tekunon Kougyou", "Beam Invader", GAME_NO_SOUND | GAME_SUPPORTS_SAVE, layout_beaminv ) +GAMEL( 1979, beaminv, 0, beaminv, beaminv, driver_device, 0, ROT270, "Teknon Kogyo", "Beam Invader", GAME_NO_SOUND | GAME_SUPPORTS_SAVE, layout_beaminv ) GAMEL( 1979, pacominv, beaminv, beaminv, pacominv, driver_device, 0, ROT270, "Pacom Corporation", "Pacom Invader", GAME_NO_SOUND | GAME_SUPPORTS_SAVE, layout_beaminv ) -- cgit v1.2.3