From 543cc6e9a42a05ce5389eb2f611d014de2e3a752 Mon Sep 17 00:00:00 2001 From: RobertoFresca Date: Sun, 15 May 2016 22:31:11 -0300 Subject: [PATCH] Flaming 7: Colors are accurate. Removed MACHINE_IMPERFECT_COLORS flag. --- src/mame/drivers/goldstar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/goldstar.cpp b/src/mame/drivers/goldstar.cpp index e1482d99d76..23cdf459f82 100644 --- a/src/mame/drivers/goldstar.cpp +++ b/src/mame/drivers/goldstar.cpp @@ -14882,7 +14882,7 @@ GAMEL( 1993, bingownga, bingowng, bingownga,bingownga,driver_device, 0, // --- Flaming 7's hardware (W-4 derivative) --- -GAME( 199?, fl7_3121, 0, flaming7, flaming7, driver_device, 0, ROT0, "Cyberdyne Systems", "Flaming 7 (Red, White & Blue 7's + Hollywood Nights)", MACHINE_IMPERFECT_COLORS | MACHINE_NOT_WORKING ) +GAME( 199?, fl7_3121, 0, flaming7, flaming7, driver_device, 0, ROT0, "Cyberdyne Systems", "Flaming 7 (Red, White & Blue 7's + Hollywood Nights)", MACHINE_NOT_WORKING ) // --- Wing W-8 hardware ---