summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lft.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lft.cpp')
-rw-r--r--src/mame/drivers/lft.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/lft.cpp b/src/mame/drivers/lft.cpp
index b59c8b09ed3..72b210a940c 100644
--- a/src/mame/drivers/lft.cpp
+++ b/src/mame/drivers/lft.cpp
@@ -97,7 +97,7 @@ MACHINE_CONFIG_START(lft_state::lft)
MCFG_DEVICE_IO_MAP(lft_io)
/* video hardware */
- MCFG_DEVICE_ADD("terminal", GENERIC_TERMINAL, 0)
+ MCFG_DEVICE_ADD(m_terminal, GENERIC_TERMINAL, 0)
MCFG_GENERIC_TERMINAL_KEYBOARD_CB(PUT(lft_state, kbd_put))
MACHINE_CONFIG_END