From dbdf3c5948163a23f8f06651ff8dece578e49911 Mon Sep 17 00:00:00 2001 From: ClawGrip Date: Sat, 30 Nov 2019 08:48:40 +0100 Subject: galpanic_ms.cpp: Change game name and metadata (nw) (#5987) --- src/mame/drivers/galpanic_ms.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/drivers/galpanic_ms.cpp b/src/mame/drivers/galpanic_ms.cpp index 5cb33249dff..01d62d747b1 100644 --- a/src/mame/drivers/galpanic_ms.cpp +++ b/src/mame/drivers/galpanic_ms.cpp @@ -2,9 +2,9 @@ // copyright-holders:David Haywood, Nicola Salmoria /* - Gals Panic (Modular System bootleg) + New Quiz (Gals Panic bootleg on Modular System) - PCB stack was marked as 'New Quiz' (aka New Qix?) + PCB stack was marked as 'New Quiz' this is a clone of the expro02.cpp version of Gals Panic @@ -368,4 +368,4 @@ ROM_START( galpanicms ) ROM_END -GAME( 1990, galpanicms, galsnew, newquiz, newquiz, galspanic_ms_state, empty_init, ROT90, "bootleg", "Gals Panic (Modular System bootleg)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND ) +GAME( 1991, galpanicms, galsnew, newquiz, newquiz, galspanic_ms_state, empty_init, ROT90, "bootleg (Kaenko)", "New Quiz (Modular System bootleg)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND ) -- cgit v1.2.3