summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/konamim2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/konamim2.cpp')
-rw-r--r--src/mame/drivers/konamim2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/konamim2.cpp b/src/mame/drivers/konamim2.cpp
index 1aeac3f1c40..14b6040f676 100644
--- a/src/mame/drivers/konamim2.cpp
+++ b/src/mame/drivers/konamim2.cpp
@@ -1316,7 +1316,7 @@ MACHINE_CONFIG_START(konamim2_state::m2)
MCFG_DEVICE_PROGRAM_MAP(m2_main_s)
// TODO: declaring as second screen causes palette confusion (wants to use palette from the other screen?)
- MCFG_DEVICE_ADD(m_terminal, GENERIC_TERMINAL, 0)
+ GENERIC_TERMINAL(config, m_terminal, 0);
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)