summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-05-16 02:00:05 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-05-16 02:00:05 -0400
commit8e768ae25e1e0e9ea300e4d75cfc22c2c972d5ee (patch)
tree1c6ca4a04214dc473d268945884f3a4521caac03
parent850ac95af12944becae4e5c3ff60f4ce496c46ce (diff)
age_cand: Company name correction (nw)
-rw-r--r--src/mame/drivers/age_candy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/age_candy.cpp b/src/mame/drivers/age_candy.cpp
index defa40cc270..e9672ab82b8 100644
--- a/src/mame/drivers/age_candy.cpp
+++ b/src/mame/drivers/age_candy.cpp
@@ -2,7 +2,7 @@
// copyright-holders:David Haywood
/*
-Candy Crane by A.G.E. (Advanced Game Engineering)
+Candy Crane by A.G.E. (Advanced Games & Engineering, Inc.)
(company no longer in business)
@@ -71,4 +71,4 @@ ROM_START( age_cand )
ROM_LOAD( "agecandy.u3", 0x0000, 0x8000, CRC(c8cfc666) SHA1(a1c475ae105746e984741af0723a712f09d7b847) )
ROM_END
-GAME( 19??, age_cand, 0, age_candy, age_candy, age_candy_state, empty_init, ROT0, "Advanced Game Engineering", "Candy Crane (AGE)", MACHINE_IS_SKELETON_MECHANICAL )
+GAME( 19??, age_cand, 0, age_candy, age_candy, age_candy_state, empty_init, ROT0, "Advanced Games & Engineering", "Candy Crane (AGE)", MACHINE_IS_SKELETON_MECHANICAL )