summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2014-11-05 21:38:49 +0100
committer hap <happppp@users.noreply.github.com>2014-11-05 21:38:49 +0100
commitb4c9235c82fdee77f60957df2b8b1a01a9a2910f (patch)
tree2af7a369e4dfa5819a6735afcd36374df922ac52
parent09bc771099d9b3031bfd335ff7f556400fe762cd (diff)
looks like they romanized themselves as "Teknon Kogyo", seen on Dracula titlescreen(another old game by them)
-rw-r--r--src/mame/drivers/beaminv.c2
1 files changed, 1 insertions, 1 deletions
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 )