summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wiz.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wiz.cpp')
-rw-r--r--src/mame/drivers/wiz.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wiz.cpp b/src/mame/drivers/wiz.cpp
index c5f5df16ded..eae8b307de5 100644
--- a/src/mame/drivers/wiz.cpp
+++ b/src/mame/drivers/wiz.cpp
@@ -833,7 +833,7 @@ MACHINE_CONFIG_START(wiz_state::wiz)
MCFG_DEVICE_PROGRAM_MAP(wiz_main_map)
/* video hardware */
- MCFG_GFXDECODE_MODIFY("gfxdecode", gfx_wiz)
+ m_gfxdecode->set_info(gfx_wiz);
MCFG_SCREEN_MODIFY("screen")
MCFG_SCREEN_UPDATE_DRIVER(wiz_state, screen_update_wiz)
MACHINE_CONFIG_END