mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
adp/adp.cpp: demote fstation to MNW again
This commit is contained in:
parent
5485e90676
commit
c1b8962b8f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user