From 887dc53b80ccf396f74acdc17ae54c74482b69d3 Mon Sep 17 00:00:00 2001 From: Couriersud Date: Sun, 5 Oct 2008 22:15:17 +0000 Subject: [PATCH] 02458: enforce: Road layer colors are wrong. * Please credit M.A.S.H. & Phil Bennett --- src/mame/video/taito_z.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mame/video/taito_z.c b/src/mame/video/taito_z.c index 5f7247a44df..21d4e35828c 100644 --- a/src/mame/video/taito_z.c +++ b/src/mame/video/taito_z.c @@ -28,6 +28,7 @@ static void taitoz_core_vh_start(running_machine *machine, int x_offs) VIDEO_START( taitoz ) { + road_palbank = 3; taitoz_core_vh_start(machine, 0); }