summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/shangkid.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-01-07 03:36:29 +1100
committer Vas Crabb <vas@vastheman.com>2019-01-07 03:36:29 +1100
commitfc59d08474bd285c17829b6b984213ee89832f12 (patch)
treecf46d1d5c69cb682b734a5a55e91b53ff9b79053 /src/mame/drivers/shangkid.cpp
parent486304da37674b20cad77426d144e1de985bbbdf (diff)
get rid of the rest of the digfx MCFG as well (nw)
Diffstat (limited to 'src/mame/drivers/shangkid.cpp')
-rw-r--r--src/mame/drivers/shangkid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/shangkid.cpp b/src/mame/drivers/shangkid.cpp
index 8cbb3abc4cc..e87d840ef4c 100644
--- a/src/mame/drivers/shangkid.cpp
+++ b/src/mame/drivers/shangkid.cpp
@@ -450,7 +450,7 @@ MACHINE_CONFIG_START(shangkid_state::shangkid)
MCFG_MACHINE_RESET_OVERRIDE(shangkid_state,shangkid)
/* video hardware */
- MCFG_GFXDECODE_MODIFY("gfxdecode", gfx_shangkid)
+ m_gfxdecode->set_info(gfx_shangkid);
m_aysnd->port_a_write_callback().set(FUNC(shangkid_state::shangkid_ay8910_porta_w));
MACHINE_CONFIG_END