summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/thomson.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/thomson.cpp')
-rw-r--r--src/mame/machine/thomson.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/thomson.cpp b/src/mame/machine/thomson.cpp
index c0be07f7644..567e0d88dd6 100644
--- a/src/mame/machine/thomson.cpp
+++ b/src/mame/machine/thomson.cpp
@@ -641,8 +641,8 @@ WRITE_LINE_MEMBER( thomson_state::to7_modem_tx_w )
WRITE_LINE_MEMBER( thomson_state::write_acia_clock )
{
- m_acia6850->write_txc(state);
- m_acia6850->write_rxc(state);
+ m_acia->write_txc(state);
+ m_acia->write_rxc(state);
}
void thomson_state::to7_modem_reset()