summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mx2178.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mx2178.cpp')
-rw-r--r--src/mame/drivers/mx2178.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mx2178.cpp b/src/mame/drivers/mx2178.cpp
index e81d39dc860..96d0874aab8 100644
--- a/src/mame/drivers/mx2178.cpp
+++ b/src/mame/drivers/mx2178.cpp
@@ -144,7 +144,7 @@ MACHINE_CONFIG_START(mx2178_state::mx2178)
MCFG_SCREEN_UPDATE_DEVICE("crtc", mc6845_device, screen_update)
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 2*8, 30*8-1)
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_mx2178)
+ GFXDECODE(config, "gfxdecode", m_palette, gfx_mx2178);
PALETTE(config, m_palette, palette_device::MONOCHROME);
/* Devices */