summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m3.cpp')
-rw-r--r--src/mame/drivers/m3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m3.cpp b/src/mame/drivers/m3.cpp
index 265b6c67f07..d43f755a91e 100644
--- a/src/mame/drivers/m3.cpp
+++ b/src/mame/drivers/m3.cpp
@@ -127,7 +127,7 @@ MACHINE_CONFIG_START(m3_state::m3)
MCFG_SCREEN_UPDATE_DEVICE("crtc", mc6845_device, screen_update)
MCFG_SCREEN_SIZE(640, 480)
MCFG_SCREEN_VISIBLE_AREA(0, 639, 0, 479)
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_f4disp)
+ GFXDECODE(config, "gfxdecode", m_palette, gfx_f4disp);
PALETTE(config, m_palette, palette_device::MONOCHROME);
/* Devices */