Clean up whitespace with srcclean

This commit is contained in:
Vas Crabb 2022-07-24 19:38:16 +10:00
parent 107d02141d
commit ebb519f8b3
26 changed files with 221 additions and 220 deletions

View File

@ -99,7 +99,8 @@ void k056230_device::regs_w(offs_t offset, u8 data)
{
m_irq_cb(m_irq_state);
}
} break;
break;
}
case 2: // Sub ID register
LOGMASKED(LOG_REG_WRITES, "%s: regs_w: Sub ID Register = %02x\n", machine().describe_context(), data);