summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/anzterm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/anzterm.cpp')
-rw-r--r--src/mame/drivers/anzterm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/anzterm.cpp b/src/mame/drivers/anzterm.cpp
index c2d72c10133..5bc346ad21c 100644
--- a/src/mame/drivers/anzterm.cpp
+++ b/src/mame/drivers/anzterm.cpp
@@ -431,7 +431,7 @@ MACHINE_CONFIG_START(anzterm_state::anzterm)
PALETTE(config, "palette", palette_device::MONOCHROME);
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_anzterm)
+ GFXDECODE(config, "gfxdecode", "palette", gfx_anzterm);
MACHINE_CONFIG_END