summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/intv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/intv.cpp')
-rw-r--r--src/mame/drivers/intv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/intv.cpp b/src/mame/drivers/intv.cpp
index eb476d70154..c720e37fa20 100644
--- a/src/mame/drivers/intv.cpp
+++ b/src/mame/drivers/intv.cpp
@@ -544,7 +544,7 @@ MACHINE_CONFIG_START(intv_state::intvkbd)
config.m_minimum_quantum = attotime::from_hz(6000);
/* video hardware */
- MCFG_DEVICE_ADD(m_gfxdecode, GFXDECODE, m_palette, gfx_intvkbd)
+ GFXDECODE(config, m_gfxdecode, m_palette, gfx_intvkbd);
/* crt controller */
TMS9927(config, m_crtc, XTAL(7'159'090)/8);