From d4285be9009172fe54aacaf0ea4ce905607567b3 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Fri, 20 Dec 2019 14:08:28 +1100 Subject: (nw) this thing is designed for public installations for entertainment - it's closer to an arcade game on permanent freeplay than anything else --- src/mame/drivers/dccons.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/dccons.cpp b/src/mame/drivers/dccons.cpp index 65d4bb83878..4542a79bb19 100644 --- a/src/mame/drivers/dccons.cpp +++ b/src/mame/drivers/dccons.cpp @@ -897,4 +897,4 @@ ROM_START( dcfish ) ROM_END /* YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME */ -SYST( 2000, dcfish, 0, 0, dc_fish, dcfish,dc_cons_state, init_dcjp, "Sega", "Fish Life Amazon Playful Edition (Japan)", MACHINE_NOT_WORKING ) +GAME( 2000, dcfish, 0, 0, dc_fish, dcfish,dc_cons_state, init_dcjp, "Sega", "Fish Life Amazon Playful Edition (Japan)", MACHINE_NOT_WORKING ) -- cgit v1.2.3