summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mole.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mole.cpp')
-rw-r--r--src/mame/drivers/mole.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mole.cpp b/src/mame/drivers/mole.cpp
index bf8ddf93453..5cf939ee286 100644
--- a/src/mame/drivers/mole.cpp
+++ b/src/mame/drivers/mole.cpp
@@ -339,7 +339,7 @@ MACHINE_CONFIG_START(mole_state::mole)
MCFG_SCREEN_UPDATE_DRIVER(mole_state, screen_update_mole)
MCFG_SCREEN_PALETTE("palette")
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_mole)
+ GFXDECODE(config, m_gfxdecode, "palette", gfx_mole);
PALETTE(config, "palette", palette_device::RBG_3BIT);
/* sound hardware */