summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/esd16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/esd16.cpp')
-rw-r--r--src/mame/drivers/esd16.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/esd16.cpp b/src/mame/drivers/esd16.cpp
index ba3ae9dd816..ffafa26accd 100644
--- a/src/mame/drivers/esd16.cpp
+++ b/src/mame/drivers/esd16.cpp
@@ -688,7 +688,7 @@ MACHINE_CONFIG_START(esd16_state::jumppop)
MCFG_DEVICE_MODIFY("audiocpu")
MCFG_DEVICE_CLOCK( XTAL(14'000'000)/4) /* 3.5MHz - Verified */
- MCFG_GFXDECODE_MODIFY("gfxdecode", gfx_jumppop)
+ m_gfxdecode->set_info(gfx_jumppop);
MCFG_DEVICE_REPLACE("ymsnd", YM3812, XTAL(14'000'000)/4) /* 3.5MHz - Verified */
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.30)