mirror of
https://github.com/holub/mame
synced 2025-05-12 17:14:19 +03:00
devcb: Despite the variable name, this string is not a tag here (nw)
This commit is contained in:
parent
6cabce405d
commit
54a6f1e9e4
@ -815,7 +815,7 @@ void devcb_write_base::write_output_adapter(address_space &space, offs_t offset,
|
||||
void devcb_write_base::write_logged_adapter(address_space &space, offs_t offset, u64 data, u64 mask)
|
||||
{
|
||||
if (unshift_mask_xor(data) != 0)
|
||||
m_owner.logerror("%s: %s\n", m_owner.machine().describe_context(), m_base.get().subtag(m_target_tag));
|
||||
m_owner.logerror("%s: %s\n", m_owner.machine().describe_context(), m_target_tag);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user