summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/headonb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/headonb.cpp')
-rw-r--r--src/mame/drivers/headonb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/headonb.cpp b/src/mame/drivers/headonb.cpp
index c63694bf47b..c3914f3003b 100644
--- a/src/mame/drivers/headonb.cpp
+++ b/src/mame/drivers/headonb.cpp
@@ -183,7 +183,7 @@ MACHINE_CONFIG_START(headonb_state::headonb)
MCFG_SCREEN_UPDATE_DRIVER(headonb_state, screen_update)
MCFG_SCREEN_PALETTE("palette")
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_headonb)
+ GFXDECODE(config, m_gfxdecode, "palette", gfx_headonb);
PALETTE(config, "palette", palette_device::MONOCHROME);
/* sound hardware */