diff options
Diffstat (limited to 'src/devices/machine/z80scc.cpp')
-rw-r--r-- | src/devices/machine/z80scc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/z80scc.cpp b/src/devices/machine/z80scc.cpp index 04a197d0e1a..3d6aa9cf19e 100644 --- a/src/devices/machine/z80scc.cpp +++ b/src/devices/machine/z80scc.cpp @@ -1601,7 +1601,7 @@ void z80scc_channel::do_sccreg_wr4(UINT8 data) LOG(("%s(%02x) Setting up asynchronous frame format and clock\n", FUNCNAME, data)); if (data == m_wr4) { - logerror("- supressing reinit of Tx as write to wr4 is identical to previous value\n"); + logerror("- suppressing reinit of Tx as write to wr4 is identical to previous value\n"); } else { @@ -1621,7 +1621,7 @@ void z80scc_channel::do_sccreg_wr5(UINT8 data) LOG(("%s(%02x) Setting up the transmitter\n", FUNCNAME, data)); if (data == m_wr5) { - logerror("- supressing reinit of Tx as write to wr5 is identical to previous value\n"); + logerror("- suppressing reinit of Tx as write to wr5 is identical to previous value\n"); } else { |