srcclean in preparation for 0.240

This commit is contained in:
Vas Crabb 2022-01-23 14:02:23 +11:00
parent 66443340c8
commit e43a6fa535
41 changed files with 383 additions and 382 deletions

View File

@ -230,7 +230,8 @@ void mcd212_device::set_register(uint8_t reg, uint32_t value)
const uint8_t clut_index = m_clut_bank[Channel] * 0x40 + (reg - 0x80);
LOGMASKED(LOG_CLUT, "%s: Channel %d: CLUT[%d] = %08x\n", machine().describe_context(), Channel, clut_index, value);
m_clut[clut_index] = value & 0x00fcfcfc;
} break;
}
break;
case 0xc0: // Image Coding Method
if (Channel == 0)
{