summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wacky_gator.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2019-12-13 23:19:12 +0100
committer hap <happppp@users.noreply.github.com>2019-12-13 23:19:12 +0100
commitab865842f275c2c50135d0b9ee0e1d8b07e95f86 (patch)
treee6ff98b9019648dfdbe6380e4fe87d8549196802 /src/mame/drivers/wacky_gator.cpp
parent017152e65c8f147f40e952bf5753bbccf46f113d (diff)
wacky_gator is namco (nw)
Diffstat (limited to 'src/mame/drivers/wacky_gator.cpp')
-rw-r--r--src/mame/drivers/wacky_gator.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/wacky_gator.cpp b/src/mame/drivers/wacky_gator.cpp
index 47c2331c9fd..07d43f95a81 100644
--- a/src/mame/drivers/wacky_gator.cpp
+++ b/src/mame/drivers/wacky_gator.cpp
@@ -1,7 +1,8 @@
// license:GPL-2.0+
// copyright-holders:FelipeSanches, Sandro Ronco
//
-// Wacky Gator
+// Namco Gator Panic (Wani Wani Panic)
+// USA version distributed by Data East and renamed "Wacky Gator"
//
// Driver by Sandro Ronco and
// Felipe Correa da Silva Sanches <juca@members.fsf.org>
@@ -345,4 +346,4 @@ ROM_START( wackygtr )
ROM_LOAD("wp3-vo0.2h", 0x0000, 0x10000, CRC(91c7986f) SHA1(bc9fa0d41c1caa0f909a349f511d022b7e42c6cd))
ROM_END
-GAME(1990, wackygtr, 0, wackygtr, wackygtr, wackygtr_state, empty_init, ROT0, "Data East", "Wacky Gator", MACHINE_IS_SKELETON_MECHANICAL | MACHINE_CLICKABLE_ARTWORK)
+GAME(1988, wackygtr, 0, wackygtr, wackygtr, wackygtr_state, empty_init, ROT0, "Namco (Data East license)", "Wacky Gator (US)", MACHINE_IS_SKELETON_MECHANICAL | MACHINE_CLICKABLE_ARTWORK)