summaryrefslogtreecommitdiffstats
path: root/src/emu/digfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/digfx.h')
-rw-r--r--src/emu/digfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/digfx.h b/src/emu/digfx.h
index 8c4ebdb5fbe..f63231c7ad8 100644
--- a/src/emu/digfx.h
+++ b/src/emu/digfx.h
@@ -140,7 +140,7 @@ const gfx_layout name = { width, height, RGN_FRAC(1,1), 8, { GFX_RAW }, { 0 }, {
//**************************************************************************
#define MCFG_GFXDECODE_ADD(_tag, _palette_tag, _info) \
- MCFG_DEVICE_ADD(_tag, GFXDECODE, 0) \
+ MCFG_DEVICE_ADD(_tag, GFXDECODE) \
MCFG_GFX_PALETTE(_palette_tag) \
MCFG_GFX_INFO(_info)