summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vt240.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vt240.cpp')
-rw-r--r--src/mame/drivers/vt240.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vt240.cpp b/src/mame/drivers/vt240.cpp
index 23f43a804f5..c52ed389145 100644
--- a/src/mame/drivers/vt240.cpp
+++ b/src/mame/drivers/vt240.cpp
@@ -713,7 +713,7 @@ MACHINE_CONFIG_START(vt240_state::vt240)
MCFG_RS232_RXD_HANDLER(WRITELINE("duart", scn2681_device, rx_b_w))
MCFG_RS232_DSR_HANDLER(WRITELINE("duart", scn2681_device, ip1_w))
- MCFG_X2212_ADD("x2212")
+ X2212(config, "x2212");
MACHINE_CONFIG_END
MACHINE_CONFIG_START(vt240_state::mc7105)