summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vme/hk68v10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vme/hk68v10.cpp')
-rw-r--r--src/devices/bus/vme/hk68v10.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vme/hk68v10.cpp b/src/devices/bus/vme/hk68v10.cpp
index afee4bd1988..c821a421305 100644
--- a/src/devices/bus/vme/hk68v10.cpp
+++ b/src/devices/bus/vme/hk68v10.cpp
@@ -299,7 +299,7 @@ void vme_hk68v10_card_device::device_add_mconfig(machine_config &config)
Z8536(config, "cio", SCC_CLOCK);
/* Terminal Port config */
- SCC8530N(config, m_sccterm, SCC_CLOCK);
+ SCC8530(config, m_sccterm, SCC_CLOCK);
m_sccterm->out_txda_callback().set("rs232trm", FUNC(rs232_port_device::write_txd));
m_sccterm->out_dtra_callback().set("rs232trm", FUNC(rs232_port_device::write_dtr));
m_sccterm->out_rtsa_callback().set("rs232trm", FUNC(rs232_port_device::write_rts));