summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/silvmil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/silvmil.cpp')
-rw-r--r--src/mame/drivers/silvmil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/silvmil.cpp b/src/mame/drivers/silvmil.cpp
index 730a13026d0..576a483555f 100644
--- a/src/mame/drivers/silvmil.cpp
+++ b/src/mame/drivers/silvmil.cpp
@@ -428,7 +428,7 @@ MACHINE_CONFIG_START(silvmil_state::silvmil)
MCFG_SCREEN_PALETTE("palette")
PALETTE(config, "palette").set_format(palette_device::xRGB_555, 0x300);
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_silvmil)
+ GFXDECODE(config, m_gfxdecode, "palette", gfx_silvmil);
DECO_SPRITE(config, m_sprgen, 0);
m_sprgen->set_gfx_region(0);