summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-12-20 08:51:00 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2019-12-20 08:51:00 +1100
commit9d255565ca42c084d34dd5acc0f9bd479cca0d81 (patch)
tree06839b6d750f782b160ea0fa2ecc4945035d71ac
parente9760c567982971c1c802120b3620030a7a3d252 (diff)
(nw) changed dcfish to SYST.
dcfish is not a coinop, therefore not a GAME. Not a console or computer either, so the only choice is SYST.
-rw-r--r--src/mame/drivers/dccons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dccons.cpp b/src/mame/drivers/dccons.cpp
index eaadb7cb34c..cf1bd8eb61e 100644
--- a/src/mame/drivers/dccons.cpp
+++ b/src/mame/drivers/dccons.cpp
@@ -900,4 +900,4 @@ ROM_START( dcfish )
ROM_END
/* YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME */
-CONS( 2000, dcfish, 0, 0, dc_fish, dcfish,dc_cons_state, init_dcjp, "Sega", "Fish Life Amazon Playful Edition (Japan)", MACHINE_NOT_WORKING )
+SYST( 2000, dcfish, 0, 0, dc_fish, dcfish,dc_cons_state, init_dcjp, "Sega", "Fish Life Amazon Playful Edition (Japan)", MACHINE_NOT_WORKING )