summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fastlane.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fastlane.cpp')
-rw-r--r--src/mame/drivers/fastlane.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/fastlane.cpp b/src/mame/drivers/fastlane.cpp
index df6423f255b..38039063592 100644
--- a/src/mame/drivers/fastlane.cpp
+++ b/src/mame/drivers/fastlane.cpp
@@ -170,7 +170,7 @@ static const gfx_layout gfxlayout =
32*8
};
-static GFXDECODE_START( fastlane )
+static GFXDECODE_START( gfx_fastlane )
GFXDECODE_ENTRY( "gfx1", 0, gfxlayout, 0, 64*16 )
GFXDECODE_END
@@ -217,7 +217,7 @@ MACHINE_CONFIG_START(fastlane_state::fastlane)
MCFG_SCREEN_UPDATE_DRIVER(fastlane_state, screen_update_fastlane)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", fastlane)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_fastlane)
MCFG_PALETTE_ADD("palette", 1024*16)
MCFG_PALETTE_INDIRECT_ENTRIES(0x400)
MCFG_PALETTE_FORMAT(xBBBBBGGGGGRRRRR)