From 110746cc31cc6f65d5fab4c85205cef1a7f766a1 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Sun, 15 Oct 2017 23:08:13 +0200 Subject: Demote ffantasybl to MACHINE_NOT_WORKING (nw) --- src/mame/drivers/dec0.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/dec0.cpp b/src/mame/drivers/dec0.cpp index 8b9ebc431ee..ae5252037d1 100644 --- a/src/mame/drivers/dec0.cpp +++ b/src/mame/drivers/dec0.cpp @@ -46,7 +46,7 @@ ToDo: - Fix remaining graphical problems in Automat (bootleg); - Fix remaining sound problems in Secret Agent (bootleg); - graphics are completely broken in Secret Agent (bootleg); -- Fighting Fantasy (bootleg) doesn't boot at all; +- Fighting Fantasy (bootleg) doesn't move on when killing the Lamia, is the MCU involved? - Hook up the 68705 in Midnight Resistance (bootleg) (it might not be used, leftover from the Fighting Fantasy bootleg on the same PCB?) - Get rid of ROM patches in Sly Spy and Hippodrome; - background pen in Birdie Try is presumably wrong. @@ -3580,7 +3580,7 @@ GAME( 1988, drgninjab, baddudes, drgninjab, drgninja, dec0_state, drgninja, // this is a common bootleg board GAME( 1989, midresb, midres, midresb, midresb, dec0_state, midresb, ROT0, "bootleg", "Midnight Resistance (bootleg with 68705)", MACHINE_SUPPORTS_SAVE ) // need to hook up 68705? (probably unused) GAME( 1989, midresbj, midres, midresbj, midresb, dec0_state, midresb, ROT0, "bootleg", "Midnight Resistance (Joystick bootleg)", MACHINE_SUPPORTS_SAVE ) -GAME( 1989, ffantasybl, hippodrm, ffantasybl, ffantasybl, dec0_state, ffantasybl, ROT0, "bootleg", "Fighting Fantasy (bootleg with 68705)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE ) // 68705 not dumped, might be the same as midresb +GAME( 1989, ffantasybl, hippodrm, ffantasybl, ffantasybl, dec0_state, ffantasybl, ROT0, "bootleg", "Fighting Fantasy (bootleg with 68705)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE | MACHINE_NOT_WORKING ) // 68705 not dumped, might be the same as midresb GAME( 1988, drgninjab2, baddudes, drgninjab, drgninja, dec0_state, drgninja, ROT0, "bootleg", "Dragonninja (bootleg with 68705)", MACHINE_SUPPORTS_SAVE ) // is this the same board as above? (region warning hacked to World, but still shows Japanese text) // these are different to the above but quite similar to each other -- cgit v1.2.3