summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dblcrown.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dblcrown.cpp')
-rw-r--r--src/mame/drivers/dblcrown.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dblcrown.cpp b/src/mame/drivers/dblcrown.cpp
index 3033a501309..b4169a16577 100644
--- a/src/mame/drivers/dblcrown.cpp
+++ b/src/mame/drivers/dblcrown.cpp
@@ -618,7 +618,7 @@ MACHINE_CONFIG_START(dblcrown_state::dblcrown)
MCFG_SCREEN_VISIBLE_AREA(0*8, 40*8-1, 2*8, 30*8-1)
MCFG_SCREEN_PALETTE(m_palette)
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, m_palette, gfx_dblcrown)
+ GFXDECODE(config, m_gfxdecode, m_palette, gfx_dblcrown);
PALETTE(config, m_palette, FUNC(dblcrown_state::dblcrown_palette), 0x100);