diff options
author | 2025-01-14 14:24:13 +0700 | |
---|---|---|
committer | 2025-01-14 14:24:13 +0700 | |
commit | 2e17f70c2322b6e42b81a71f02a62b45c65fe8dc (patch) | |
tree | 7096b2a53d0acc6f91db2a482dd7b7caa56c6357 /src/devices/bus/vme/hk68v10.cpp | |
parent | ab6b6fc9e7971b367ec54d565cf10f04e71109ec (diff) |
8530scc: retire legacy device
Diffstat (limited to 'src/devices/bus/vme/hk68v10.cpp')
-rw-r--r-- | src/devices/bus/vme/hk68v10.cpp | 2 |
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)); |