From 4663bd109d771744182c1fa0ebca38ad51cb22c8 Mon Sep 17 00:00:00 2001 From: MetalliC <0vetal0@gmail.com> Date: Fri, 20 Dec 2019 08:39:10 +0200 Subject: notes (nw) --- src/mame/drivers/dccons.cpp | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/mame/drivers/dccons.cpp b/src/mame/drivers/dccons.cpp index be2d5a85ff0..735b5f601b7 100644 --- a/src/mame/drivers/dccons.cpp +++ b/src/mame/drivers/dccons.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:LGPL-2.1+ // copyright-holders:Angelo Salese, R. Belmont /* dccons.cpp - Sega Dreamcast driver @@ -875,13 +875,20 @@ Consists of HKS-0300 main unit and HKS-0100 LCD with touch screen z: unused X/Y values range seems 3000x2294 - Known software: - HDR-0093 Fish Life Red Sea Playful Edition - *HDR-0094 Fish Life Amazon Playful Edition - HDR-0095 Fish Life Episode 1 Basic Edition - HDR-0096 Fish Life Episode 2 Basic Edition - HDR-0097 Fish Life Episode 3 Basic Edition + HKS-0200 software GD-ROMs: + HDR-0093 673-01613 Fish Life Red Sea Playful Edition + *HDR-0094 673-01672 Fish Life Amazon Playful Edition + HDR-0095 673-01??? Fish Life Episode 1 Basic Edition + HDR-0096 673-01??? Fish Life Episode 2 Basic Edition + HDR-0097 673-01??? Fish Life Episode 3 Basic Edition + * denotes these games are archived. + Machines high likely based on Fish Life: + タッチであそぼ! / Play with a touch! (2001) - touch screen cabinet for McDonald's Japan https://www.famitsu.com/game/news/2001/09/13/103,1000362656,1276,0,0.html + タッチでポン! / Pong by touch! (2001) - sushi ordering system https://web.archive.org/web/20180421214402/sega.jp/fb/creators/vol_13/1.html + + notes: + Some sources claims Playful and Basic editions hardware is not the same, has to be verified. Press down+B for Test Mode */ ROM_START( dcfish ) -- cgit v1.2.3