summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cxhumax.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cxhumax.cpp')
-rw-r--r--src/mame/drivers/cxhumax.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cxhumax.cpp b/src/mame/drivers/cxhumax.cpp
index 62bb1a69693..631b0d1ef10 100644
--- a/src/mame/drivers/cxhumax.cpp
+++ b/src/mame/drivers/cxhumax.cpp
@@ -1073,7 +1073,7 @@ MACHINE_CONFIG_START(cxhumax_state::cxhumax)
MCFG_PALETTE_ADD_MONOCHROME("palette")
- MCFG_DEVICE_ADD(m_terminal, GENERIC_TERMINAL, 0)
+ GENERIC_TERMINAL(config, m_terminal, 0);
MACHINE_CONFIG_END
ROM_START( hxhdci2k )