From c1b8962b8fa6ee76939a421691a716bf54996f66 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Fri, 1 Sep 2023 15:45:13 +0200 Subject: adp/adp.cpp: demote fstation to MNW again --- src/mame/adp/adp.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mame/adp/adp.cpp b/src/mame/adp/adp.cpp index e84f310c89e..2a5f62725ae 100644 --- a/src/mame/adp/adp.cpp +++ b/src/mame/adp/adp.cpp @@ -8,9 +8,9 @@ adp Gauselmann (Merkur) games from '90 running on similar hardware. Skeleton driver by TS TODO: -(almost everything) - - add sound and i/o - - protection in Fashion Gambler (NVRam based?) + - protection in Fashion Gambler (NVRam based?) Update 2023: outdated note? + - fstation: Suntris crashes when started it up, culprit is HD63484 paint command + trying to write (to ROM) with negative XY values; Supported games : - Quick Jack ("COPYRIGHT BY ADP LUEBBECKE GERMANY 1993") @@ -715,4 +715,4 @@ GAME( 1995, skattva, skattv, skattva, skattva, adp_state, empty_init, ROT0 GAME( 1997, fashiong, 0, fashiong, skattv, adp_state, empty_init, ROT0, "ADP", "Fashion Gambler (set 1)", 0 ) GAME( 1997, fashiong2, fashiong, fashiong, skattv, adp_state, empty_init, ROT0, "ADP", "Fashion Gambler (set 2)", 0 ) GAME( 1999, funlddlx, 0, funland, skattv, adp_state, empty_init, ROT0, "Stella", "Funny Land de Luxe", MACHINE_NOT_WORKING ) // keeps looping between F_IN and FOUL messages -GAME( 2000, fstation, 0, fstation, fstation, adp_state, empty_init, ROT0, "ADP", "Fun Station Spielekoffer 9 Spiele", 0 ) +GAME( 2000, fstation, 0, fstation, fstation, adp_state, empty_init, ROT0, "ADP", "Fun Station Spielekoffer 9 Spiele", MACHINE_NOT_WORKING ) // suntris crashes when executing HD63484 paint commands -- cgit v1.2.3