wacky_gator is namco (nw)

This commit is contained in:
hap 2019-12-13 23:19:12 +01:00
parent 017152e65c
commit ab865842f2
3 changed files with 6 additions and 3 deletions

View file

@ -1736,7 +1736,6 @@ files {
MAME_DIR .. "src/mame/drivers/vaportra.cpp",
MAME_DIR .. "src/mame/includes/vaportra.h",
MAME_DIR .. "src/mame/video/vaportra.cpp",
MAME_DIR .. "src/mame/drivers/wacky_gator.cpp",
MAME_DIR .. "src/mame/machine/deco_irq.cpp",
MAME_DIR .. "src/mame/machine/deco_irq.h",
MAME_DIR .. "src/mame/machine/deco102.cpp",
@ -2919,6 +2918,7 @@ files {
MAME_DIR .. "src/mame/includes/turrett.h",
MAME_DIR .. "src/mame/audio/turrett.cpp",
MAME_DIR .. "src/mame/video/turrett.cpp",
MAME_DIR .. "src/mame/drivers/wacky_gator.cpp",
MAME_DIR .. "src/mame/drivers/warpwarp.cpp",
MAME_DIR .. "src/mame/includes/warpwarp.h",
MAME_DIR .. "src/mame/audio/geebee.cpp",

View file

@ -9,6 +9,8 @@ It is an electromechanical arcade lightgun game with ticket redemption.
There is no screen, feedback is with motorized elements, lamps and 7segs,
and of course sounds and music.
The hardware has similarities with Gator Panic/Wacky Gator.
TODO:
- almost everything

View file

@ -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)