summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/diverboy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/diverboy.cpp')
-rw-r--r--src/mame/drivers/diverboy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/diverboy.cpp b/src/mame/drivers/diverboy.cpp
index 4305aaa37e1..2d40f4bb4c9 100644
--- a/src/mame/drivers/diverboy.cpp
+++ b/src/mame/drivers/diverboy.cpp
@@ -284,7 +284,7 @@ MACHINE_CONFIG_START(diverboy_state::diverboy)
MCFG_DEVICE_PROGRAM_MAP(snd_map)
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_diverboy)
+ GFXDECODE(config, m_gfxdecode, m_palette, gfx_diverboy);
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_REFRESH_RATE(60)