summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jalmah.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jalmah.cpp')
-rw-r--r--src/mame/drivers/jalmah.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jalmah.cpp b/src/mame/drivers/jalmah.cpp
index 92a2b710603..c501cc106c0 100644
--- a/src/mame/drivers/jalmah.cpp
+++ b/src/mame/drivers/jalmah.cpp
@@ -1164,7 +1164,7 @@ MACHINE_CONFIG_START(urashima_state::urashima)
config.device_remove("scroll2");
config.device_remove("scroll3");
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_urashima)
+ GFXDECODE(config, "gfxdecode", m_palette, gfx_urashima);
MCFG_SCREEN_MODIFY("screen")
MCFG_SCREEN_UPDATE_DRIVER(urashima_state, screen_update_urashima)