summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/orbit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/orbit.cpp')
-rw-r--r--src/mame/drivers/orbit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/orbit.cpp b/src/mame/drivers/orbit.cpp
index a5bf7ed7f05..656e68918fa 100644
--- a/src/mame/drivers/orbit.cpp
+++ b/src/mame/drivers/orbit.cpp
@@ -296,7 +296,7 @@ MACHINE_CONFIG_START(orbit_state::orbit)
MCFG_SCREEN_UPDATE_DRIVER(orbit_state, screen_update)
MCFG_SCREEN_PALETTE(m_palette)
- MCFG_DEVICE_ADD(m_gfxdecode, GFXDECODE, m_palette, gfx_orbit)
+ GFXDECODE(config, m_gfxdecode, m_palette, gfx_orbit);
PALETTE(config, m_palette, palette_device::MONOCHROME);