summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/multfish.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/multfish.cpp
parent17cd12e89620152835a0be986822900e4570d43b (diff)
some more MCFG macros removal (nw)
Diffstat (limited to 'src/mame/drivers/multfish.cpp')
-rw-r--r--src/mame/drivers/multfish.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/multfish.cpp b/src/mame/drivers/multfish.cpp
index 792e9fee918..b8a1401012d 100644
--- a/src/mame/drivers/multfish.cpp
+++ b/src/mame/drivers/multfish.cpp
@@ -1071,7 +1071,7 @@ MACHINE_CONFIG_START(igrosoft_gamble_state::igrosoft_gamble)
MCFG_SCREEN_UPDATE_DRIVER(igrosoft_gamble_state, screen_update_igrosoft_gamble)
MCFG_SCREEN_PALETTE("palette")
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_igrosoft_gamble)
+ GFXDECODE(config, m_gfxdecode, m_palette, gfx_igrosoft_gamble);
MCFG_PALETTE_ADD("palette", 0x1000)