mirror of
https://github.com/holub/mame
synced 2025-06-01 10:31:48 +03:00
z80scc: Reduce gratuitous logging (nw)
This commit is contained in:
parent
241aceea5a
commit
94b2eb8f27
@ -2095,7 +2095,7 @@ void z80scc_channel::do_sccreg_wr4(uint8_t data)
|
||||
LOG("%s(%02x) Setting up asynchronous frame format and clock\n", FUNCNAME, data);
|
||||
if (data == m_wr4)
|
||||
{
|
||||
logerror("- suppressing reinit of Tx as write to wr4 is identical to previous value\n");
|
||||
LOG("- suppressing reinit of Tx as write to wr4 is identical to previous value\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -2119,7 +2119,7 @@ void z80scc_channel::do_sccreg_wr5(uint8_t data)
|
||||
LOG("%s(%02x) Setting up the transmitter\n", FUNCNAME, data);
|
||||
if (data == m_wr5)
|
||||
{
|
||||
logerror("- suppressing reinit of Tx as write to wr5 is identical to previous value\n");
|
||||
LOG("- suppressing reinit of Tx as write to wr5 is identical to previous value\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user