summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/silvmil.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-02-08 18:35:41 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-02-08 18:35:41 +0100
commitc9922586a39b1325d470af995f1e8bd9ecce1be9 (patch)
tree58f3acce93d7fa18e824053f6ae09f776b14eb2f /src/mame/drivers/silvmil.cpp
parent17cd12e89620152835a0be986822900e4570d43b (diff)
some more MCFG macros removal (nw)
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);