summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/m68sfdc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/m68sfdc.cpp')
-rw-r--r--src/devices/machine/m68sfdc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/m68sfdc.cpp b/src/devices/machine/m68sfdc.cpp
index f235f25bfd5..ced33a54510 100644
--- a/src/devices/machine/m68sfdc.cpp
+++ b/src/devices/machine/m68sfdc.cpp
@@ -842,6 +842,7 @@ void m68sfdc_device::device_add_mconfig(machine_config &config)
m_pia->irqb_handler().set(FUNC(m68sfdc_device::handle_irq));
MC6852(config, m_ssda, 0);
+ m_ssda->set_tx_pull_mode(true);
}
DEFINE_DEVICE_TYPE(M68SFDC, m68sfdc_device, "m68sfdc", "M68SFDC")