summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2009-06-04 21:39:03 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2009-06-04 21:39:03 +0000
commit78d775b889c3787b5c9ae84c4246ec8f0dd456bd (patch)
tree70fe31b3bc811283fd9d841eb1e919cc8837f185
parent56fb451d7e457ce97b5d464065cac8b895faae56 (diff)
Fixed colors in the Aristocrat Mark-IV driver
-rw-r--r--src/mame/drivers/aristmk4.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mame/drivers/aristmk4.c b/src/mame/drivers/aristmk4.c
index 2e3e4361d47..7dd46e0b7f5 100644
--- a/src/mame/drivers/aristmk4.c
+++ b/src/mame/drivers/aristmk4.c
@@ -332,7 +332,6 @@ static INPUT_PORTS_START(aristmk4)
INPUT_PORTS_END
-/* TODO: order of bitplanes is wrong. */
static const gfx_layout layout8x8x6 =
{
8,8,
@@ -340,10 +339,10 @@ static const gfx_layout layout8x8x6 =
6,
{
RGN_FRAC(5,6),
- RGN_FRAC(4,6),
- RGN_FRAC(3,6),
RGN_FRAC(2,6),
+ RGN_FRAC(4,6),
RGN_FRAC(1,6),
+ RGN_FRAC(3,6),
RGN_FRAC(0,6)
},
{ STEP8(0,1) },
@@ -527,4 +526,4 @@ static DRIVER_INIT( aristmk4 )
//...
}
-GAME( 1994, eforest,0, aristmk4, aristmk4, aristmk4, ROT0, "Aristocrat", "Enchanted Forest - 12XF528902", GAME_NOT_WORKING|GAME_NO_SOUND|GAME_WRONG_COLORS )
+GAME( 1994, eforest,0, aristmk4, aristmk4, aristmk4, ROT0, "Aristocrat", "Enchanted Forest - 12XF528902", GAME_NOT_WORKING|GAME_NO_SOUND )