mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
Clean up whitespace with srcclean
This commit is contained in:
parent
107d02141d
commit
ebb519f8b3
@ -99,7 +99,8 @@ void k056230_device::regs_w(offs_t offset, u8 data)
|
|||||||
{
|
{
|
||||||
m_irq_cb(m_irq_state);
|
m_irq_cb(m_irq_state);
|
||||||
}
|
}
|
||||||
} break;
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
case 2: // Sub ID register
|
case 2: // Sub ID register
|
||||||
LOGMASKED(LOG_REG_WRITES, "%s: regs_w: Sub ID Register = %02x\n", machine().describe_context(), data);
|
LOGMASKED(LOG_REG_WRITES, "%s: regs_w: Sub ID Register = %02x\n", machine().describe_context(), data);
|
||||||
|
Loading…
Reference in New Issue
Block a user