summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/newbrain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/newbrain.cpp')
-rw-r--r--src/mame/video/newbrain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/newbrain.cpp b/src/mame/video/newbrain.cpp
index c829acc2e90..06ff23234e6 100644
--- a/src/mame/video/newbrain.cpp
+++ b/src/mame/video/newbrain.cpp
@@ -195,5 +195,5 @@ MACHINE_CONFIG_START(newbrain_state::newbrain_video)
PALETTE(config, m_palette, palette_device::MONOCHROME);
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_newbrain)
+ GFXDECODE(config, "gfxdecode", m_palette, gfx_newbrain);
MACHINE_CONFIG_END